diff options
author | jtb <jtb> | 2001-05-03 22:02:59 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-05-03 22:02:59 +0000 |
commit | e40ffa743c96db62567d02c6dec6bc798bbb85d1 (patch) | |
tree | 9b33e568234b8a0663bd3c1d8b33088f44f9b451 /cad/xcircuit | |
parent | 59e81897de96d2cf89c1d5017b528795da0f895f (diff) | |
download | pkgsrc-e40ffa743c96db62567d02c6dec6bc798bbb85d1.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" |