summaryrefslogtreecommitdiff
path: root/games/xboing
diff options
context:
space:
mode:
authoragc <agc>2000-07-11 08:43:53 +0000
committeragc <agc>2000-07-11 08:43:53 +0000
commita050703e7446c874fadb45f0e7a2876c30b6416c (patch)
treec4cbb12e7f6a406ce9a5349d05ca7623ae301421 /games/xboing
parenta24fa3e03284ebba808965963a0c3faf6984f5e3 (diff)
downloadpkgsrc-a050703e7446c874fadb45f0e7a2876c30b6416c.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/Makefile8
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"