diff options
author | agc <agc@pkgsrc.org> | 2002-06-28 10:28:58 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-06-28 10:28:58 +0000 |
commit | cf22084a3347774ae1d4a20515f647ece9e22ffa (patch) | |
tree | 3fcd0c9e5e47afa9bb199b72fa5691e116d8a225 /x11/ssystem | |
parent | 3d7966590563f09722916798d9d066f54bc31eec (diff) | |
download | pkgsrc-cf22084a3347774ae1d4a20515f647ece9e22ffa.tar.gz |
Make this package install properly in the presence of xpkgwedge
Diffstat (limited to 'x11/ssystem')
-rw-r--r-- | x11/ssystem/Makefile | 16 |
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" |