diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /textproc/colordiff | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) | |
download | ports-48b16bc177d9ad0dac59e3e086204be593eaf476.tar.gz ports-48b16bc177d9ad0dac59e3e086204be593eaf476.zip |
Notes
Diffstat (limited to 'textproc/colordiff')
-rw-r--r-- | textproc/colordiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile index 92cfe0ef0cf0..72f06c897db9 100644 --- a/textproc/colordiff/Makefile +++ b/textproc/colordiff/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/version%20${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= A tool to colorize diff output +LICENSE= GPLv2 + USE_PERL5= yes NO_BUILD= yes -LICENSE= GPLv2 - MAN1= colordiff.1 post-patch: |