summaryrefslogtreecommitdiff
path: root/games/xpipeman
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-07-11 09:37:04 +0000
committeragc <agc@pkgsrc.org>2000-07-11 09:37:04 +0000
commit129d01f700b2618f5d9217319a653fd7c686bfdb (patch)
treed2c559cf1bd5760741cf527e73093cbb212d8601 /games/xpipeman
parent1b0c8d610f13433a713d447b8781b70fd51158d3 (diff)
downloadpkgsrc-129d01f700b2618f5d9217319a653fd7c686bfdb.tar.gz
Use X11PREFIX in preference to X11BASE when installing this package, so
that the package cooperates better with an installed xpkgwedge.
Diffstat (limited to 'games/xpipeman')
-rw-r--r--games/xpipeman/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile
index 114ba7bf467..0e8bab0350f 100644
--- a/games/xpipeman/Makefile
+++ b/games/xpipeman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/09/14 23:52:17 garbled Exp $
+# $NetBSD: Makefile,v 1.4 2000/07/11 09:37:04 agc Exp $
#
DISTNAME= xpipeman-1.5
@@ -14,9 +14,9 @@ USE_IMAKE= yes
do-install:
${INSTALL} -o bin -g games -m 2755 ${WRKSRC}/xpipeman \
- ${X11BASE}/bin/xpipeman
- ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${X11BASE}/man/man6/xpipeman.6
- ${INSTALL} -d -o bin -g games -m 0775 ${X11BASE}/share/xpipeman
+ ${X11PREFIX}/bin/xpipeman
+ ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${X11PREFIX}/man/man6/xpipeman.6
+ ${INSTALL} -d -o bin -g games -m 0775 ${X11PREFIX}/share/xpipeman
if [ ! -e /var/games/xpipescores ]; then \
${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores /var/games ; \
fi