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 /devel/cil | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'devel/cil')
-rw-r--r-- | devel/cil/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/cil/Makefile b/devel/cil/Makefile index 598a5d636455..22fa0df20885 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -30,12 +30,6 @@ BINFILES= cilly patcher teetwo LIBFILES= Cilly.pm KeptFile.pm OutputFile.pm TempFile.pm EXECFILES= cilly.byte.exe machdep.exe -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= does not work with perl < 5.6.1 -.endif - post-patch: @${REINPLACE_CMD} -e 's:@CILHOME@/lib:${SITE_PERL}/CIL:g; s:\@CILHOME\@:${PREFIX}:g' ${WRKSRC}/bin/CilConfig.pm.in @${REINPLACE_CMD} -e 's|$$::cilhome|${PREFIX}|g; s|obj/$$::archos|libexec/cil|g' ${WRKSRC}/bin/cilly @@ -63,4 +57,4 @@ do-install: ${INSTALL} ${WRKSRC}/obj/${ARCH}_FREEBSD/${f} ${PREFIX}/libexec/cil/ .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |