diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /textproc/colordiff | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'textproc/colordiff')
-rw-r--r-- | textproc/colordiff/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile index 3c955b11d234..1d28bf36f559 100644 --- a/textproc/colordiff/Makefile +++ b/textproc/colordiff/Makefile @@ -19,13 +19,6 @@ NO_BUILD= yes MAN1= colordiff.1 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long -RUN_DEPENDS= ${BUILD_DEPENDS} -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local/bin/perl|${PERL}|; s|/etc|${PREFIX}/etc|' \ @@ -40,4 +33,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/colordiffrc ${PREFIX}/etc .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |