diff options
author | pat <pat@FreeBSD.org> | 2002-04-16 20:14:40 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-16 20:14:40 +0000 |
commit | b7d765336ebe220c0e7759dced7b729966769eb2 (patch) | |
tree | 76f81e7d138385e59a7f77cba59866b8b465c9db /www | |
parent | ceebdf67859c2c1837304bcd96d3b20621ca0236 (diff) | |
download | FreeBSD-ports-b7d765336ebe220c0e7759dced7b729966769eb2.zip FreeBSD-ports-b7d765336ebe220c0e7759dced7b729966769eb2.tar.gz |
Dont hardcode path to perl
PR: 37150
Submitted by: maintainer
Reported by: bento
Diffstat (limited to 'www')
-rw-r--r-- | www/swish++/files/patch-config::config.mk | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/www/swish++/files/patch-config::config.mk b/www/swish++/files/patch-config::config.mk index 21c60f0..0044088 100644 --- a/www/swish++/files/patch-config::config.mk +++ b/www/swish++/files/patch-config::config.mk @@ -1,5 +1,5 @@ ---- config/config.mk.orig Sun Apr 7 00:04:51 2002 -+++ config/config.mk Sun Apr 7 00:07:14 2002 +--- config/config.mk.orig Wed Feb 6 08:53:53 2002 ++++ config/config.mk Tue Apr 16 17:46:26 2002 @@ -35,8 +35,8 @@ # ############################################################################### @@ -19,6 +19,15 @@ else PTHREAD_LIB:= -lpthread endif +@@ -118,7 +117,7 @@ + # The command to remove files recursively and ignore errors; + # usually "rm -fr" for Unix or "erase" for Windows. + +-PERL:= /usr/local/bin/perl ++#PERL:= /usr/local/bin/perl + # The full path to the Perl 5 executable; usually "/bin/perl" or + # "/usr/local/bin/perl" for Unix or "\Perl\bin\perl" for + # Windows. You need this only if you intend on using @@ -152,7 +151,7 @@ ifdef DEBUG OPTIM:= -g |