summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2002-06-28 10:28:58 +0000
committeragc <agc>2002-06-28 10:28:58 +0000
commit20a80e13426b253fdcee010a4ec4190c57b1c80c (patch)
tree3fcd0c9e5e47afa9bb199b72fa5691e116d8a225
parentda8fb1959adb3404b34b6d8e87792c6332357497 (diff)
downloadpkgsrc-20a80e13426b253fdcee010a4ec4190c57b1c80c.tar.gz
Make this package install properly in the presence of xpkgwedge
-rw-r--r--x11/ssystem/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/ssystem/Makefile b/x11/ssystem/Makefile
index 1c13693bee0..11237c85b18 100644
--- a/x11/ssystem/Makefile
+++ b/x11/ssystem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/09/27 23:19:03 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/06/28 10:28:58 agc Exp $
#
DISTNAME= ssystem-1.6
@@ -22,12 +22,12 @@ DOC_FILES= LICENSE README
do-install:
cd ${WRKSRC} && \
- ${INSTALL_PROGRAM} ssystem ${X11BASE}/bin; \
- ${INSTALL_DATA_DIR} ${X11BASE}/share/ssystem; \
- ${INSTALL_DATA_DIR} ${X11BASE}/share/doc/ssystem; \
- ${INSTALL_DATA_DIR} ${X11BASE}/share/ssystem/hires; \
- ${INSTALL_DATA} ${DATA_FILES} ${X11BASE}/share/ssystem; \
- ${INSTALL_DATA} ${DOC_FILES} ${X11BASE}/share/doc/ssystem; \
- ${INSTALL_DATA} hires/README ${X11BASE}/share/ssystem/hires
+ ${INSTALL_PROGRAM} ssystem ${X11PREFIX}/bin; \
+ ${INSTALL_DATA_DIR} ${X11PREFIX}/share/ssystem; \
+ ${INSTALL_DATA_DIR} ${X11PREFIX}/share/doc/ssystem; \
+ ${INSTALL_DATA_DIR} ${X11PREFIX}/share/ssystem/hires; \
+ ${INSTALL_DATA} ${DATA_FILES} ${X11PREFIX}/share/ssystem; \
+ ${INSTALL_DATA} ${DOC_FILES} ${X11PREFIX}/share/doc/ssystem; \
+ ${INSTALL_DATA} hires/README ${X11PREFIX}/share/ssystem/hires
.include "../../mk/bsd.pkg.mk"