aboutsummaryrefslogtreecommitdiff
path: root/games/xrobots
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 19:36:28 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 19:36:28 +0000
commit4fa5ea7a5ba4db332099d41ed9effdf851a090b5 (patch)
treef4c1a16b9f789dfc61230cd8404156dbdabdb168 /games/xrobots
parente61ac414ac967f5f7ab66a51de94fa36c5f932fa (diff)
downloadports-4fa5ea7a5ba4db332099d41ed9effdf851a090b5.tar.gz
ports-4fa5ea7a5ba4db332099d41ed9effdf851a090b5.zip
install -> ${INSTALL}.
${.CURDIR}/files -> ${FILESDIR}. /usr/X11R6 -> ${PREFIX}.
Notes
Notes: svn path=/head/; revision=7404
Diffstat (limited to 'games/xrobots')
-rw-r--r--games/xrobots/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile
index c3d93fbdd9e7..b392e7964d5d 100644
--- a/games/xrobots/Makefile
+++ b/games/xrobots/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.7 1996/11/18 11:27:02 asami Exp $
+# $Id: Makefile,v 1.8 1997/01/03 09:37:46 obrien Exp $
#
DISTNAME= xrobots
@@ -16,6 +16,6 @@ MAINTAINER= swallace@FreeBSD.org
USE_IMAKE= yes
post-install:
- install -c -g games -m 664 ${.CURDIR}/files/xrobotscores /usr/X11R6/lib/X11
+ ${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11
.include <bsd.port.mk>