summaryrefslogtreecommitdiff
path: root/cad/xcircuit
diff options
context:
space:
mode:
authorjtb <jtb>2001-05-03 22:02:59 +0000
committerjtb <jtb>2001-05-03 22:02:59 +0000
commitcbd9afb64f0861fd47a75e9d67a411af6896a711 (patch)
tree9b33e568234b8a0663bd3c1d8b33088f44f9b451 /cad/xcircuit
parentde044d02316ef291b38c8a2ccdaf4fb76a56d435 (diff)
downloadpkgsrc-cbd9afb64f0861fd47a75e9d67a411af6896a711.tar.gz
Add some defaults for EVAL_PREFIX.
Diffstat (limited to 'cad/xcircuit')
-rw-r--r--cad/xcircuit/Makefile9
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"