summaryrefslogtreecommitdiff
path: root/cad/spiceprm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 02:46:03 +0000
committerjlam <jlam>2000-08-27 02:46:03 +0000
commita1f1bc84068a53f0988f13517cb4d036d4d7643d (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /cad/spiceprm/Makefile
parenteca3cdc15dbf59238fac1c838a1a9f5e796723ad (diff)
downloadpkgsrc-a1f1bc84068a53f0988f13517cb4d036d4d7643d.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'cad/spiceprm/Makefile')
-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: