summaryrefslogtreecommitdiff
path: root/games/xpipeman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xpipeman/Makefile')
-rw-r--r--games/xpipeman/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile
index 5ab02344a92..726c64d478c 100644
--- a/games/xpipeman/Makefile
+++ b/games/xpipeman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:56 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/17 04:49:46 jlam Exp $
#
DISTNAME= xpipeman-1.5
@@ -16,9 +16,9 @@ INSTALLATION_DIRS= bin man/man6
do-install:
${INSTALL} -o bin -g games -m 2755 ${WRKSRC}/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
+ ${PREFIX}/bin/xpipeman
+ ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${PREFIX}/man/man6/xpipeman.6
+ ${INSTALL} -d -o bin -g games -m 0775 ${PREFIX}/share/xpipeman
if [ ! -r /var/games/xpipescores ]; then \
${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores /var/games ; \
fi