diff options
Diffstat (limited to 'misc/vfu/Makefile')
-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 |