summaryrefslogtreecommitdiff
path: root/mail/grepmail/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 02:46:03 +0000
committerjlam <jlam>2000-08-27 02:46:03 +0000
commita1f1bc84068a53f0988f13517cb4d036d4d7643d (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /mail/grepmail/Makefile
parenteca3cdc15dbf59238fac1c838a1a9f5e796723ad (diff)
downloadpkgsrc-a1f1bc84068a53f0988f13517cb4d036d4d7643d.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r--mail/grepmail/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index ba1605cc33a..8e63eb37cbc 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/01/24 14:19:56 agc Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/27 02:46:04 jlam Exp $
#
DISTNAME= grepmail-4.11
@@ -8,17 +8,16 @@ MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/
MAINTAINER= david@fundy.net
HOMEPAGE= http://www.cs.virginia.edu/~dwc3q/code/index.html
-CONFIGURE_ENV= PERL=${PREFIX}/bin/perl
-
-USE_PERL5= yes
+USE_PERL5= # defined
+CONFIGURE_ENV= PERL=${PERL5}
do-build:
@cd ${WRKSRC} ; \
for i in 1 2 ; do \
- ${ECHO} "$$i" | ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL; \
+ ${ECHO} "$$i" | ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL; \
${MAKE}; \
${RM} -f grepmail-$$i; \
- ${SED} -e '1s|.*|#! ${PREFIX}/bin/perl|' grepmail > grepmail-$$i; \
+ ${SED} -e '1s|.*|#! ${PERL5}|' grepmail > grepmail-$$i; \
done
do-install: