diff options
author | jlam <jlam> | 2000-08-27 02:46:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-27 02:46:03 +0000 |
commit | 685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85 (patch) | |
tree | 1e6a3745241270729ad06096ce88aae00098df6e /textproc/cdif | |
parent | 26479982fb1c1713b23f027c35b884dac0997ad5 (diff) | |
download | pkgsrc-685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85.tar.gz |
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'textproc/cdif')
-rw-r--r-- | textproc/cdif/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile index e85bdbfe21c..2de2aac1254 100644 --- a/textproc/cdif/Makefile +++ b/textproc/cdif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/03/16 14:08:38 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/27 02:46:07 jlam Exp $ # DISTNAME= cdif-1.15 @@ -8,19 +8,18 @@ EXTRACT_SUFX= # empty MAINTAINER= packages@netbsd.org -USE_PERL5= yes +USE_PERL5= # defined -NO_WRKSUBDIR= yes -NO_CONFIGURE= yes -NO_BUILD= yes +NO_WRKSUBDIR= # defined +NO_CONFIGURE= # defined +NO_BUILD= # defined do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/${DISTNAME}.dist -# assumes perl is in ${LOCALBASE}/bin/perl do-patch: - ${SED} -e '1s@/usr/local/bin/perl@${LOCALBASE}/bin/perl@' \ + ${SED} -e '1s@/usr/local/bin/perl@${PERL5}@' \ < ${WRKSRC}/${DISTNAME}.dist > ${WRKSRC}/${DISTNAME} do-install: |