summaryrefslogtreecommitdiff
path: root/cad/spice/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-08-16 05:09:30 +0000
committerdmcmahill <dmcmahill>2000-08-16 05:09:30 +0000
commit50dc35b3c994e3b64a6a36d7bf42e0ef7410dca6 (patch)
tree4c711efbd57352e9a73fca0cdce847e161df7124 /cad/spice/Makefile
parent574d35005072bd7400ffed1d3cd679749cf9b691 (diff)
downloadpkgsrc-50dc35b3c994e3b64a6a36d7bf42e0ef7410dca6.tar.gz
- make sure that the local includes are always searched first to avoid picking
up some possible conflicting headers. - while I'm here, make me the maintainer (instead of 'packages')
Diffstat (limited to 'cad/spice/Makefile')
-rw-r--r--cad/spice/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile
index f5d90643e2e..6185916300a 100644
--- a/cad/spice/Makefile
+++ b/cad/spice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/08/10 22:39:24 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2000/08/16 05:09:30 dmcmahill Exp $
# FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp
#
@@ -8,7 +8,7 @@ CATEGORIES= cad
MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/
EXTRACT_SUFX= .tar.Z
-MAINTAINER= packages@netbsd.org
+MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/
DEPENDS+= readline>=4.0:../../devel/readline
@@ -24,7 +24,7 @@ NO_WRKSUBDIR= yes
do-configure:
${RM} -f ${WRKSRC}/makefile
- ${SED} 's@$${X11BASE}@${X11PREFIX}@' <${FILESDIR}/NetBSD \
+ ${SED} 's;@WRKSRC@;${WRKSRC};g' <${FILESDIR}/NetBSD \
>${WRKSRC}/conf/NetBSD
${MV} ${WRKSRC}/conf/defaults ${WRKSRC}/conf/defaults.BAK
${SED} \