diff options
author | Ade Lovett <ade@FreeBSD.org> | 2011-04-11 19:54:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2011-04-11 19:54:35 +0000 |
commit | fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f (patch) | |
tree | 6b96a59b96237deb8710fe2065d0c3393e7088bc /games/xconq | |
parent | 9cdeec96c134d87226d71d31195c647c6b761885 (diff) |
Notes
Diffstat (limited to 'games/xconq')
-rw-r--r-- | games/xconq/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 2fa9e20933b3..a3946732153b 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -34,6 +34,11 @@ CONFIGURE_ARGS= --with-tclconfig=${TCL_LIBDIR} \ --with-tkconfig=${TK_LIBDIR} \ --enable-alternate-scoresdir=${SCOREDIR} +# Fix for gmake >= 3.82 +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} \ + ${REINPLACE_CMD} -e 's/^ */ /' + post-install: .for file in xconq imf2x x2imf ximfapp ${STRIP_CMD} ${PREFIX}/bin/${file} |