aboutsummaryrefslogtreecommitdiffstats
path: root/games/freebsd-games/Makefile
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-12-22 22:52:50 +0800
committervs <vs@FreeBSD.org>2004-12-22 22:52:50 +0800
commite860798a8afe544b2a0b6f81697e6839979a92d9 (patch)
tree4c1c61e70be1e46f8605c99315e7896138cb0f17 /games/freebsd-games/Makefile
parent4d615371722169f5d5e1b2262b1034c56e74e162 (diff)
downloadfreebsd-ports-gnome-e860798a8afe544b2a0b6f81697e6839979a92d9.tar.gz
freebsd-ports-gnome-e860798a8afe544b2a0b6f81697e6839979a92d9.tar.zst
freebsd-ports-gnome-e860798a8afe544b2a0b6f81697e6839979a92d9.zip
- Update US presidents for quiz(6) after 25 years
(gosh, and we really need yet another update I think!) - Bump PORTREV accordingly PR: ports/43177 Submitted by: Philipp Mergenthaler Approved by: maintainer silence
Diffstat (limited to 'games/freebsd-games/Makefile')
-rw-r--r--games/freebsd-games/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/freebsd-games/Makefile b/games/freebsd-games/Makefile
index 8b650b141e37..a8446dba81b6 100644
--- a/games/freebsd-games/Makefile
+++ b/games/freebsd-games/Makefile
@@ -7,7 +7,7 @@
PORTNAME= freebsd-games
PORTVERSION= 5.1.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=markm
@@ -64,9 +64,9 @@ post-patch:
@${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' -or -name '*.6' -or \
-name 'index' | ${XARGS} ${REINPLACE_CMD} -e \
's|share/games|local/share/games|g'
- @for file in ${PATHNAME_FILES}; do \
+ @for f in ${PATHNAME_FILES}; do \
${REINPLACE_CMD} -e 's|/usr/local/local/local|${PREFIX}|g' \
- ${WRKSRC}/$${file}; \
+ ${WRKSRC}/$${f}; \
done
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
"${WRKSRC}/hack/hack.unix.c"