summaryrefslogtreecommitdiff
path: root/misc/vfu/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 /misc/vfu/Makefile
parenteca3cdc15dbf59238fac1c838a1a9f5e796723ad (diff)
downloadpkgsrc-a1f1bc84068a53f0988f13517cb4d036d4d7643d.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'misc/vfu/Makefile')
-rw-r--r--misc/vfu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile
index e35d360c8dc..e46f7bafd43 100644
--- a/misc/vfu/Makefile
+++ b/misc/vfu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/06/15 21:08:54 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2000/08/27 02:46:04 jlam Exp $
#
DISTNAME= vfu-3.01
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.biscom.net/~cade/away/vfu/
DEPENDS= ncurses>=5.0:../../devel/ncurses
-USE_PERL5= yes
+USE_PERL5= # defined
post-extract:
${ECHO} "" >>build.netbsd
@@ -26,7 +26,8 @@ do-install:
${INSTALL_PROGRAM} vfu/vfu ftparc/ftparc ${PREFIX}/bin
for i in rx_auto rx_deb rx_ftp rx_tar rx_zip ; do \
echo $$i ; \
- ${SED} 's,/usr/bin/perl,${LOCALBASE}/bin/perl,' <${WRKSRC}/rx/$$i >${WRKSRC}/rx/$$i.new ; \
+ ${SED} 's,/usr/bin/perl,${PERL5},' \
+ <${WRKSRC}/rx/$$i >${WRKSRC}/rx/$$i.new ; \
${INSTALL_SCRIPT} ${WRKSRC}/rx/$$i.new ${PREFIX}/bin/$$i ; \
done
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vfu