diff options
author | asami <asami@FreeBSD.org> | 1995-04-21 02:21:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-21 02:21:16 +0800 |
commit | 08d18cd2550510d93e96a0640d255acba1d354f4 (patch) | |
tree | 6b645ad25b3bf226338507ec139fd0dc9e92f06e /games/xrobots | |
parent | 9ffd56e68700133869a75afcdb90e1efeb4edd52 (diff) | |
download | freebsd-ports-gnome-08d18cd2550510d93e96a0640d255acba1d354f4.tar.gz freebsd-ports-gnome-08d18cd2550510d93e96a0640d255acba1d354f4.tar.zst freebsd-ports-gnome-08d18cd2550510d93e96a0640d255acba1d354f4.zip |
Updates of games Makefiles. I think they work, but don't quote
me on this. ;)
Diffstat (limited to 'games/xrobots')
-rw-r--r-- | games/xrobots/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index 409b10c22589..c6f84f2c3648 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.3 1995/04/01 12:45:37 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/11 00:20:56 asami Exp $ # DISTNAME= xrobots @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/games/ USE_IMAKE= yes -.include <bsd.port.mk> - -install: +do-install: install -c -g games -m 664 ${.CURDIR}/files/xrobotscores /usr/X11R6/lib/X11 + +.include <bsd.port.mk> |