diff options
author | markm <markm@FreeBSD.org> | 2003-11-11 17:00:51 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-11-11 17:00:51 +0800 |
commit | 45cbb1c3a12d8ddc8d97d4dec41de015f70d7f86 (patch) | |
tree | e861dd6046b88aaee1e4153337e14c1099a9553b /games/bsdgames/Makefile | |
parent | c7294f3fbd30d92d168aaa1cf0627e45112efb5a (diff) | |
download | freebsd-ports-gnome-45cbb1c3a12d8ddc8d97d4dec41de015f70d7f86.tar.gz freebsd-ports-gnome-45cbb1c3a12d8ddc8d97d4dec41de015f70d7f86.tar.zst freebsd-ports-gnome-45cbb1c3a12d8ddc8d97d4dec41de015f70d7f86.zip |
Bunch 'o fixes for the BSD games, many from NetBSD.
Submitted by: "Stephen J. Roznowski" <sjr@comcast.net>
PR: 12727
Diffstat (limited to 'games/bsdgames/Makefile')
-rw-r--r-- | games/bsdgames/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile index 6b2781cd56a3..7af438a762de 100644 --- a/games/bsdgames/Makefile +++ b/games/bsdgames/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' \ |