Date: Tue, 11 Dec 2012 04:59:57 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308660 - head/games/opencity Message-ID: <201212110459.qBB4xve8001299@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212110459.qBB4xve8001299>