diff options
author | agc <agc> | 2000-07-11 08:43:53 +0000 |
---|---|---|
committer | agc <agc> | 2000-07-11 08:43:53 +0000 |
commit | 9da9d03c06490471c3f94b36552cb851160c0a3c (patch) | |
tree | c4cbb12e7f6a406ce9a5349d05ca7623ae301421 /games/xjig | |
parent | 05655271e46151739215afcdeca581422a355f07 (diff) | |
download | pkgsrc-9da9d03c06490471c3f94b36552cb851160c0a3c.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" |