diff options
author | agc <agc@pkgsrc.org> | 2000-07-11 08:43:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-07-11 08:43:53 +0000 |
commit | 81b366ad5eea07ccdaf80dd6b3a4527acad60862 (patch) | |
tree | c4cbb12e7f6a406ce9a5349d05ca7623ae301421 /games/xjig | |
parent | 4566b455e373b41ed2daa190c50a32e12e379155 (diff) | |
download | pkgsrc-81b366ad5eea07ccdaf80dd6b3a4527acad60862.tar.gz |
Use X11PREFIX in preference to X11BASE when installing files, so that this
package cooperates better with xpkgwedge.
Diffstat (limited to 'games/xjig')
-rw-r--r-- | games/xjig/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xjig/Makefile b/games/xjig/Makefile index 925727dfd46..44a5a76beeb 100644 --- a/games/xjig/Makefile +++ b/games/xjig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/15 20:39:43 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/07/11 08:43:54 agc Exp $ # DISTNAME= xjig-2.4 @@ -12,7 +12,7 @@ USE_IMAKE= yes ALL_TARGET= xjig xjig.0 post-install: - ${INSTALL_DATA_DIR} ${X11BASE}/lib/xjig - ${INSTALL_DATA} ${WRKSRC}/tina.gif ${X11BASE}/lib/xjig + ${INSTALL_DATA_DIR} ${X11PREFIX}/lib/xjig + ${INSTALL_DATA} ${WRKSRC}/tina.gif ${X11PREFIX}/lib/xjig .include "../../mk/bsd.pkg.mk" |