Index: head/textproc/colordiff/Makefile =================================================================== --- head/textproc/colordiff/Makefile (revision 508239) +++ head/textproc/colordiff/Makefile (revision 508240) @@ -1,32 +1,30 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= colordiff PORTVERSION= 1.0.18 CATEGORIES= textproc MASTER_SITES= http://www.colordiff.org/ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to colorize diff output -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= shebangfix perl5 NO_BUILD= yes NO_ARCH= yes SHEBANG_FILES= colordiff.pl post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' \ ${WRKSRC}/${PORTNAME}.pl ${WRKSRC}/${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/colordiffrc ${STAGEDIR}${PREFIX}/etc/colordiffrc.sample -.if !exists(${STAGEDIR}${PREFIX}/etc/colordiffrc) - ${INSTALL_DATA} ${WRKSRC}/colordiffrc ${STAGEDIR}${PREFIX}/etc -.endif .include Index: head/textproc/colordiff/pkg-descr =================================================================== --- head/textproc/colordiff/pkg-descr (revision 508239) +++ head/textproc/colordiff/pkg-descr (revision 508240) @@ -1,7 +1,7 @@ Colordiff is a wrapper for diff and produces the same output as diff but with coloured syntax highlighting at the command line to improve readability. The output is similar to how a diff-generated patch might appear in Vim or Emacs with the appropriate syntax highlighting options enabled. -WWW: http://www.colordiff.org/ +WWW: https://www.colordiff.org/