summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/colordiff/Makefile6
-rw-r--r--textproc/colordiff/pkg-descr2
2 files changed, 3 insertions, 5 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile
index ec944fde605d..dc9f7dfed71a 100644
--- a/textproc/colordiff/Makefile
+++ b/textproc/colordiff/Makefile
@@ -9,7 +9,8 @@ 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
@@ -25,8 +26,5 @@ 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 <bsd.port.mk>
diff --git a/textproc/colordiff/pkg-descr b/textproc/colordiff/pkg-descr
index 72a6133a89e1..efe5887e0403 100644
--- a/textproc/colordiff/pkg-descr
+++ b/textproc/colordiff/pkg-descr
@@ -4,4 +4,4 @@ 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/