aboutsummaryrefslogtreecommitdiffstats
path: root/games/wop
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 09:02:44 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 09:02:44 +0800
commit7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (patch)
tree4a12b2cc5f942c5cbd90e6095a46749e9487c31e /games/wop
parent9eca9d9c3be542fb7d2775295de32351162caa11 (diff)
downloadfreebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.gz
freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.zst
freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'games/wop')
-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>