From 939e120af31bb485a664185e7cc33a2d696bb815 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 11 Jul 2000 09:19:14 +0000 Subject: Use X11PREFIX in preference to X11BASE, so that this package cooperates with xpkgwedge. --- cad/spice/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cad/spice/Makefile') diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 3432b349659..a7c7ae7c811 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/12/28 04:29:52 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2000/07/11 09:19:14 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp # @@ -24,11 +24,11 @@ NO_WRKSUBDIR= yes do-configure: ${RM} -f ${WRKSRC}/makefile - ${SED} 's@$${X11BASE}@${X11BASE}@' <${FILESDIR}/NetBSD \ + ${SED} 's@$${X11BASE}@${X11PREFIX}@' <${FILESDIR}/NetBSD \ >${WRKSRC}/conf/NetBSD ${MV} ${WRKSRC}/conf/defaults ${WRKSRC}/conf/defaults.BAK ${SED} \ - -e 's@$${X11BASE}@${X11BASE}@' \ + -e 's@$${X11BASE}@${X11PREFIX}@' \ -e 's@$${PREFIX}@${PREFIX}@' \ <${WRKSRC}/conf/defaults.BAK >${WRKSRC}/conf/defaults -- cgit v1.2.3