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/xboing | |
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/xboing')
-rw-r--r-- | games/xboing/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile index e4a1f436ae5..6f56f8aff4f 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/01/02 03:20:14 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/07/11 08:43:53 agc Exp $ # DISTNAME= xboing2.4 @@ -16,8 +16,8 @@ NO_INSTALL_MANPAGES= yes USE_IMAKE= yes post-install: - ${CHOWN} bin:games ${X11BASE}/bin/xboing - ${CHMOD} 2755 ${X11BASE}/bin/xboing - ${INSTALL_MAN} ${WRKSRC}/xboing.man ${X11BASE}/man/man6/xboing.6 + ${CHOWN} bin:games ${X11PREFIX}/bin/xboing + ${CHMOD} 2755 ${X11PREFIX}/bin/xboing + ${INSTALL_MAN} ${WRKSRC}/xboing.man ${X11PREFIX}/man/man6/xboing.6 .include "../../mk/bsd.pkg.mk" |