aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2012-12-11 12:59:56 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2012-12-11 12:59:56 +0800
commite4f6b3e823119b343c83ab821bdece39f0825116 (patch)
treeb412430834a80b2b15de6f3481c0f4fb95af1396
parentc23e7623fd22225e4c4011ea223201cef6acaff1 (diff)
downloadfreebsd-ports-gnome-e4f6b3e823119b343c83ab821bdece39f0825116.tar.gz
freebsd-ports-gnome-e4f6b3e823119b343c83ab821bdece39f0825116.tar.zst
freebsd-ports-gnome-e4f6b3e823119b343c83ab821bdece39f0825116.zip
- Trim header
- OptionsNG - Fix OSVERSION check
-rw-r--r--games/opencity/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/games/opencity/Makefile b/games/opencity/Makefile
index 19fa5ce6d945..e99a34e23527 100644
--- a/games/opencity/Makefile
+++ b/games/opencity/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: opencity
-# Date created: 07 Jan 2008
-# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
-#
PORTNAME= opencity
PORTVERSION= 0.0.6.4
@@ -27,12 +23,12 @@ MAN6= opencity.6
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 900027
+.if ${OSVERSION} < 802502
EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-macros.h
.endif
+.if ! ${PORT_OPTIONS:MDOCS}
post-patch:
-.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/install-data-am/ s|install-docsDATA||' \
${WRKSRC}/docs/Makefile.in
.endif