aboutsummaryrefslogtreecommitdiff
path: root/games/xrobots/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-12 05:25:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-12 05:25:44 +0000
commit7a393f237f701602e8f0e9b442488e026115727b (patch)
tree4e0465ccb03b304c4c4a54b5cc535712ca450e97 /games/xrobots/Makefile
parentfe9c80cfd04dcb256eb8cbf4868dfd774a3f00c8 (diff)
Notes
Diffstat (limited to 'games/xrobots/Makefile')
-rw-r--r--games/xrobots/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile
index dfcc236d3f2d..6a5195fa9782 100644
--- a/games/xrobots/Makefile
+++ b/games/xrobots/Makefile
@@ -8,10 +8,10 @@
PORTNAME= xrobots
PORTVERSION= 1.0
CATEGORIES= games
-MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/Games/Arcade/xrobots-1.0/
+MASTER_SITES= http://www.mavetju.org/download/adopted/
DISTNAME= ${PKGNAME}-ss-10.20
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= edwin@mavetju.org
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xrobots-1.0
@@ -20,4 +20,7 @@ MAN6= xrobots.6
post-install:
${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11
+post-patch:
+ ${PERL} -pi -e 's|__PREFIX__|${PREFIX}|g' ${WRKSRC}/xrobots.man ${WRKSRC}/Imakefile
+
.include <bsd.port.mk>