summaryrefslogtreecommitdiff
path: root/cad/xcircuit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/xcircuit/Makefile')
-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"