diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 00:45:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 00:45:08 +0000 |
commit | 41a56135d1e8a68844e4c575702cdbad451d7322 (patch) | |
tree | 009db3c80e9f224065cf6fcece6157eb9a5ad509 /www/nvu | |
parent | 8bf833f73199c3dc4303aad884f8483e5c33613a (diff) | |
download | ports-41a56135d1e8a68844e4c575702cdbad451d7322.tar.gz ports-41a56135d1e8a68844e4c575702cdbad451d7322.zip |
Notes
Diffstat (limited to 'www/nvu')
-rw-r--r-- | www/nvu/Makefile | 4 | ||||
-rw-r--r-- | www/nvu/files/extra-patch-config_make-jars.pl | 10 |
2 files changed, 0 insertions, 14 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 8ab7005a0c67..2d9b718b20ac 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -37,10 +37,6 @@ BROKEN= does not build IGNORE= does not build .endif -.if ${PERL_LEVEL} < 500600 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl -.endif - post-patch: @${RM} -f ${WRKSRC}/config.status ${WRKSRC}/config.cache @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" >> ${WRKSRC}/toolkit/components/Makefile.in diff --git a/www/nvu/files/extra-patch-config_make-jars.pl b/www/nvu/files/extra-patch-config_make-jars.pl deleted file mode 100644 index a558607ca459..000000000000 --- a/www/nvu/files/extra-patch-config_make-jars.pl +++ /dev/null @@ -1,10 +0,0 @@ ---- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004 -+++ config/make-jars.pl Wed Oct 13 16:17:07 2004 -@@ -40,6 +40,7 @@ - last if ($arg eq "--"); - } - my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]); -+splice @ARGV, $ddindex, $#ARGV; - - getopts("d:s:t:f:avlD:o:p:xz:"); - |