summaryrefslogtreecommitdiff
path: root/textproc/texi2html
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 02:46:03 +0000
committerjlam <jlam>2000-08-27 02:46:03 +0000
commit685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /textproc/texi2html
parent26479982fb1c1713b23f027c35b884dac0997ad5 (diff)
downloadpkgsrc-685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'textproc/texi2html')
-rw-r--r--textproc/texi2html/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index 852a27aa1bc..a986449491a 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/04/01 14:07:56 agc Exp $
+# $NetBSD: Makefile,v 1.7 2000/08/27 02:46:07 jlam Exp $
#
DISTNAME= texi2html
@@ -10,17 +10,18 @@ EXTRACT_SUFX= .shar.Z
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://wwwcn1.cern.ch/dci/texi2html/
-USE_PERL5= YES
+USE_PERL5= # defined
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
-NO_WRKSUBDIR= yes
-NO_CONFIGURE= yes
+NO_WRKSUBDIR= # defined
+NO_CONFIGURE= # defined
do-build:
cd ${WRKSRC}; \
- ${SED} -e s@/usr/local/bin/perl@${PREFIX}/bin/perl@ texi2html >texi2html.new; \
- ${SED} -e 1,/__END__/d texi2html >texi2html.1
+ ${SED} -e s@/usr/local/bin/perl@${PERL5}@ \
+ <texi2html >texi2html.new; \
+ ${SED} -e 1,/__END__/d <texi2html >texi2html.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/texi2html.new ${PREFIX}/bin/texi2html