diff options
author | vs <vs@FreeBSD.org> | 2004-12-22 22:52:50 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-12-22 22:52:50 +0800 |
commit | e860798a8afe544b2a0b6f81697e6839979a92d9 (patch) | |
tree | 4c1c61e70be1e46f8605c99315e7896138cb0f17 /games/freebsd-games/Makefile | |
parent | 4d615371722169f5d5e1b2262b1034c56e74e162 (diff) | |
download | freebsd-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/Makefile | 6 |
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" |