diff options
author | kristerw <kristerw> | 2005-06-19 20:12:05 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-19 20:12:05 +0000 |
commit | 8873cb6167b1fdab5001e00ee8766e564b7bea4c (patch) | |
tree | 14e31562f7e70d35ae5e973c705a9a6441358db5 /www/screws/patches/patch-af | |
parent | b74e2dc7135e9f28621e3b0b8a952ccbfe052b0f (diff) | |
download | pkgsrc-8873cb6167b1fdab5001e00ee8766e564b7bea4c.tar.gz |
Prevent paths to the build work directories being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'www/screws/patches/patch-af')
-rw-r--r-- | www/screws/patches/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/screws/patches/patch-af b/www/screws/patches/patch-af new file mode 100644 index 00000000000..1a330294ce2 --- /dev/null +++ b/www/screws/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 2005/06/19 20:12:05 kristerw Exp $ + +--- src/Hsml/CONFIG.orig 2005-06-19 22:03:22.000000000 +0200 ++++ src/Hsml/CONFIG 2005-06-19 22:03:32.000000000 +0200 +@@ -1,7 +1,7 @@ + #### GetPaths #### + +-PERL=`../Utils/whereis perl` +-PERL?=/usr/bin/perl ++#PERL=`../Utils/whereis perl` ++#PERL?=/usr/bin/perl + + PYTHON=`../Utils/whereis python` + PYTHON?=/usr/bin/python |