aboutsummaryrefslogtreecommitdiff
path: root/games/wop/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:02:44 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:02:44 +0000
commitf7c0630cd25902e9d0299337f0075f1969f3c15c (patch)
treea943d8b41968bc02a35c01063aaf35f112a2ce09 /games/wop/Makefile
parent3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff)
downloadports-f7c0630cd25902e9d0299337f0075f1969f3c15c.tar.gz
ports-f7c0630cd25902e9d0299337f0075f1969f3c15c.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200772
Diffstat (limited to 'games/wop/Makefile')
-rw-r--r--games/wop/Makefile12
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>