aboutsummaryrefslogtreecommitdiff
path: root/games/xpipeman
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:21:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:21:16 +0000
commitca676ef208db3bfcad72d2cd028d4f2c8d312702 (patch)
treefa13b4d2bc8f3e42425bb6b238abdfa75b985365 /games/xpipeman
parentee38b3ca7baebb3db99c989e4bd4cca91e36d7d7 (diff)
downloadports-ca676ef208db3bfcad72d2cd028d4f2c8d312702.tar.gz
ports-ca676ef208db3bfcad72d2cd028d4f2c8d312702.zip
Updates of games Makefiles. I think they work, but don't quote
me on this. ;)
Notes
Notes: svn path=/head/; revision=1472
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 2f65f8a481ac..5c07c2c7e97c 100644
--- a/games/xpipeman/Makefile
+++ b/games/xpipeman/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.3 1995/04/01 12:45:33 jkh Exp $
+# $Id: Makefile,v 1.4 1995/04/11 00:20:52 asami Exp $
#
DISTNAME= xpipeman
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.Z
USE_IMAKE= yes
-.include <bsd.port.mk>
-
-install:
+do-install:
install -c -g games -m 664 ${.CURDIR}/files/xpipescores /usr/X11R6/lib/X11
+
+.include <bsd.port.mk>