diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-03 22:02:59 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-03 22:02:59 +0000 |
commit | 5614b8f2ff52cb1afd9e62a735047176b06b2950 (patch) | |
tree | 9b33e568234b8a0663bd3c1d8b33088f44f9b451 /cad/xcircuit | |
parent | 51461c1d31b20d6ea35302b478d72e20e40c33c0 (diff) | |
download | pkgsrc-5614b8f2ff52cb1afd9e62a735047176b06b2950.tar.gz |
Add some defaults for EVAL_PREFIX.
Diffstat (limited to 'cad/xcircuit')
-rw-r--r-- | cad/xcircuit/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 9de8f0f0cd4..7c0e4ba7982 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:38 jtb Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/03 22:02:59 jtb Exp $ DISTNAME= xcircuit-2.2.0 CATEGORIES= cad graphics @@ -14,6 +14,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_IMAKE= yes USE_X11BASE= yes USE_XPM= yes + +GS_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= GS_PREFIX=ghostscript post-extract: @@ -23,9 +25,6 @@ post-extract: post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xcircuit/ - @for f in ${WRKSRC}/examples/*; do \ - c="${INSTALL_DATA} $$f ${PREFIX}/share/examples/xcircuit/"; \ - ${ECHO} $$c; $$c; \ - done + ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/xcircuit/ .include "../../mk/bsd.pkg.mk" |