summaryrefslogtreecommitdiff
path: root/x11/gnome-core
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 02:46:03 +0000
committerjlam <jlam>2000-08-27 02:46:03 +0000
commit685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /x11/gnome-core
parent26479982fb1c1713b23f027c35b884dac0997ad5 (diff)
downloadpkgsrc-685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'x11/gnome-core')
-rw-r--r--x11/gnome-core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
index ade0c30084c..705db859f6e 100644
--- a/x11/gnome-core/Makefile
+++ b/x11/gnome-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2000/08/23 14:43:26 tron Exp $
+# $NetBSD: Makefile,v 1.49 2000/08/27 02:46:08 jlam Exp $
DISTNAME= gnome-core-1.2.1
CATEGORIES= x11 gnome
@@ -38,7 +38,7 @@ post-patch:
cd ${WRKSRC}; \
for FILE in ${PERL_SCRIPTS}; do \
${CP} $$FILE $${FILE}.orig; \
- ${SED} -e 's#/usr/bin/perl#${LOCALBASE}/bin/perl#g' \
+ ${SED} -e 's#/usr/bin/perl#${PERL5}#g' \
<$${FILE}.orig >$$FILE; \
done