summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
commit06f0a4c3c2051370b645889877b890871f653667 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /cad
parentbe7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff)
downloadpkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'cad')
-rw-r--r--cad/spiceprm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/spiceprm/Makefile b/cad/spiceprm/Makefile
index 22608e319b8..53652a503ad 100644
--- a/cad/spiceprm/Makefile
+++ b/cad/spiceprm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/08/26 03:26:44 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/27 02:46:03 jlam Exp $
#
DISTNAME= spiceprm-0.11
@@ -8,12 +8,12 @@ MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/circuits/
MAINTAINER= packages@netbsd.org
-NO_CONFIGURE= YES
-USE_PERL5= YES
+NO_CONFIGURE= # defined
+USE_PERL5= # defined
do-build:
${MV} ${WRKSRC}/spiceprm ${WRKSRC}/spiceprm.BAK
- ${SED} 's!/usr/bin/perl!${LOCALBASE}/bin/perl!g' \
+ ${SED} 's!/usr/bin/perl!${PERL5}!g' \
< ${WRKSRC}/spiceprm.BAK > ${WRKSRC}/spiceprm
do-install: