aboutsummaryrefslogtreecommitdiff
path: root/games/opencity/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-17 23:52:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-17 23:52:35 +0000
commita9c5b8d34b9428e423d47403ac5d0cfba88b9ff2 (patch)
tree5d39bbdbb80da51fa5222bfc09041e69fac04a39 /games/opencity/Makefile
parent6b267774707934da1ddba6e23cad73d2632e692c (diff)
Notes
Diffstat (limited to 'games/opencity/Makefile')
-rw-r--r--games/opencity/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/games/opencity/Makefile b/games/opencity/Makefile
index 81faaeda20d0..92bad0e67dd7 100644
--- a/games/opencity/Makefile
+++ b/games/opencity/Makefile
@@ -19,16 +19,9 @@ USE_GL= gl glu
USE_GCC= any
PORTDOCS= *
+PORTDATA= *
-MAN6= opencity.6
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MDOCS}
-post-patch:
- @${REINPLACE_CMD} -e '/install-data-am/ s|install-docsDATA||' \
- ${WRKSRC}/docs/Makefile.in
-.endif
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT=DOCS
.include <bsd.port.mk>