svn commit: r308660 - head/games/opencity

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 11 04:59:57 UTC 2012


Author: amdmi3
Date: Tue Dec 11 04:59:56 2012
New Revision: 308660
URL: http://svnweb.freebsd.org/changeset/ports/308660

Log:
  - Trim header
  - OptionsNG
  - Fix OSVERSION check

Modified:
  head/games/opencity/Makefile

Modified: head/games/opencity/Makefile
==============================================================================
--- head/games/opencity/Makefile	Tue Dec 11 04:14:37 2012	(r308659)
+++ head/games/opencity/Makefile	Tue Dec 11 04:59:56 2012	(r308660)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	opencity
-# Date created:		07 Jan 2008
-# Whom:			Dmitry Marakasov <amdmi3 at amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3 at 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


More information about the svn-ports-all mailing list