diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-04-16 20:14:40 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-04-16 20:14:40 +0000 |
commit | de79e5a144cc726abc9e75ba05ba51b4fe96e6e9 (patch) | |
tree | 4753a195f2710f63c8cd0e1ad50f6f84c541bfef | |
parent | Now using files from www/jakarta-tomcat4. (diff) |
Dont hardcode path to perl
PR: 37150
Submitted by: maintainer
Reported by: bento
Notes
Notes:
svn path=/head/; revision=57773
-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 21c60f028185..00440889a135 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 |