diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
commit | f7c0630cd25902e9d0299337f0075f1969f3c15c (patch) | |
tree | a943d8b41968bc02a35c01063aaf35f112a2ce09 /games/wop | |
parent | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff) |
Notes
Diffstat (limited to 'games/wop')
-rw-r--r-- | games/wop/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/games/wop/Makefile b/games/wop/Makefile index 3a1774c161fd..26e880bfed1d 100644 --- a/games/wop/Makefile +++ b/games/wop/Makefile @@ -28,12 +28,6 @@ MAKE_ENV= "CXX=${CXX}" DATAVERSION= 2005-12-21 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-global.hpp -.endif - post-patch: @${REINPLACE_CMD} -e 's|__va_copy|va_copy|g' ${WRKSRC}/src/string.cpp @${REINPLACE_CMD} -e 's|; make|; ${GMAKE}|g' ${WRKSRC}/Makefile ${WRKSRC}/src/Makefile @@ -57,9 +51,9 @@ do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for file in AUTHORS COPYING ChangeLog README README-COMMAND-LINE-OPTIONS.txt - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for f in AUTHORS COPYING ChangeLog README README-COMMAND-LINE-OPTIONS.txt + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |