diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-08 14:24:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-08 14:24:23 +0000 |
commit | 30823b1e96e5351001e8f519f455b7d9366f2f98 (patch) | |
tree | 23a168e64988d34321a0a65669eb0528302ebf5e /cad | |
parent | 2aa7441e37cf4010fd853cb15034eb8244cfce54 (diff) | |
download | pkgsrc-30823b1e96e5351001e8f519f455b7d9366f2f98.tar.gz |
Also expand X11BASE.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/spice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index a2e966b5f05..95eb48665a1 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/03/07 21:44:52 rillig Exp $ +# $NetBSD: Makefile,v 1.40 2007/03/08 14:24:23 joerg Exp $ DISTNAME= sp3f4.kit PKGNAME= spice-3f5.1 @@ -34,7 +34,7 @@ post-extract: SUBST_CLASSES+= conf SUBST_STAGE.conf= pre-configure SUBST_FILES.conf= conf/NetBSD conf/defaults -SUBST_VARS.conf= MAKE_PROGRAM CFLAGS LDFLAGS WRKSRC PREFIX +SUBST_VARS.conf= MAKE_PROGRAM CFLAGS LDFLAGS WRKSRC PREFIX X11BASE do-configure: rm -f ${WRKSRC}/makefile |