summaryrefslogtreecommitdiff
path: root/net/gnapfetch
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
commit06f0a4c3c2051370b645889877b890871f653667 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /net/gnapfetch
parentbe7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff)
downloadpkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'net/gnapfetch')
-rw-r--r--net/gnapfetch/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/gnapfetch/Makefile b/net/gnapfetch/Makefile
index 8597d357e25..aad99863a07 100644
--- a/net/gnapfetch/Makefile
+++ b/net/gnapfetch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/08/08 08:18:44 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/27 02:46:05 jlam Exp $
DISTNAME= gnapfetch-0.3
CATEGORIES= net
@@ -8,11 +8,10 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://entropy.atlantic.net/gnapfetch/
USE_PERL5= # defined
-PERL= ${LOCALBASE}/bin/perl
do-build:
- ${SED} -e "s,/usr/bin/perl,${PERL},g" < ${WRKSRC}/gnapfetch \
- > ${WRKDIR}/gnapfetch
+ ${SED} -e "s,/usr/bin/perl,${PERL5},g" \
+ < ${WRKSRC}/gnapfetch > ${WRKDIR}/gnapfetch
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/gnapfetch ${PREFIX}/bin