1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Trim header

- OptionsNG
- Fix OSVERSION check
This commit is contained in:
Dmitry Marakasov 2012-12-11 04:59:56 +00:00
parent c45d2ef830
commit 21ec30f825
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308660

View File

@ -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