summaryrefslogtreecommitdiff
path: root/games/freebsd-games/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-11-11 09:00:51 +0000
committerMark Murray <markm@FreeBSD.org>2003-11-11 09:00:51 +0000
commit49f7724c251516451ca0398b86c5b34db8f519b2 (patch)
tree6d77d0ba55d07e8acf1b3fbafe4e8fc3cf1937bb /games/freebsd-games/Makefile
parent- Update to version 1.9.1 (diff)
Bunch 'o fixes for the BSD games, many from NetBSD.
Submitted by: "Stephen J. Roznowski" <sjr@comcast.net> PR: 12727
Notes
Notes: svn path=/head/; revision=93725
Diffstat (limited to 'games/freebsd-games/Makefile')
-rw-r--r--games/freebsd-games/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/freebsd-games/Makefile b/games/freebsd-games/Makefile
index 6b2781cd56a3..7af438a762de 100644
--- a/games/freebsd-games/Makefile
+++ b/games/freebsd-games/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= freebsd-games
-PORTVERSION= 5.0
-PORTREVISION= 1
+PORTVERSION= 5.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=markm
@@ -51,12 +50,10 @@ MANCOMPRESSED= maybe
IGNOREFILES= freebsd-games-5.0.tar.bz2
post-extract:
- @${CP} ${FILESDIR}/Makefile ${BUILD_WRKSRC}
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} extract)
post-patch:
- @${CP} ${FILESDIR}/misc.h ${WRKSRC}/sail
@${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' -or -name '*.6' -or \
-name 'index' | ${XARGS} ${REINPLACE_CMD} -e \
's|share/games|local/share/games|g' \