aboutsummaryrefslogtreecommitdiff
path: root/games/nettoe
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-08 18:51:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-08 18:51:21 +0000
commitb60bc148886d5ff310cd49af9d008331df0f7edd (patch)
treea6973935b67a01e427a81363a591f8acf1a98695 /games/nettoe
parent6e13b7458a8e3a46c9a8a4f751c1e1e1a8c57e3e (diff)
downloadports-b60bc148886d5ff310cd49af9d008331df0f7edd.tar.gz
ports-b60bc148886d5ff310cd49af9d008331df0f7edd.zip
Notes
Diffstat (limited to 'games/nettoe')
-rw-r--r--games/nettoe/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/nettoe/Makefile b/games/nettoe/Makefile
index 9ca166543794..6a70068c775c 100644
--- a/games/nettoe/Makefile
+++ b/games/nettoe/Makefile
@@ -20,14 +20,10 @@ PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TO-DO
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for I in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/$I ${STAGEDIR}${DOCSDIR}/
.endfor
-.endif
.include <bsd.port.mk>