diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 02:46:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 02:46:03 +0000 |
commit | 06f0a4c3c2051370b645889877b890871f653667 (patch) | |
tree | 1e6a3745241270729ad06096ce88aae00098df6e /misc/vfu | |
parent | be7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff) | |
download | pkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz |
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'misc/vfu')
-rw-r--r-- | misc/vfu/Makefile | 7 |
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 |