diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-12-11 04:59:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-12-11 04:59:56 +0000 |
commit | 21ec30f8251d72c70657721a9008af0d00c32457 (patch) | |
tree | b412430834a80b2b15de6f3481c0f4fb95af1396 | |
parent | c45d2ef830cfbd4fd461d24a06a82e80ea4198dc (diff) |
Notes
-rw-r--r-- | games/opencity/Makefile | 10 |
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 |