aboutsummaryrefslogtreecommitdiff
path: root/news/fidogate/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2015-10-08 03:59:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2015-10-08 03:59:02 +0000
commit1c2d90e53c9ac15654400f7068727c687d17e697 (patch)
treeb1cd9dab3317db0576169064d852e4886576bc1a /news/fidogate/Makefile
parentb1c218299caa4fc62a1260bfaaaac766ffbc3edb (diff)
downloadports-1c2d90e53c9ac15654400f7068727c687d17e697.tar.gz
ports-1c2d90e53c9ac15654400f7068727c687d17e697.zip
Notes
Diffstat (limited to 'news/fidogate/Makefile')
-rw-r--r--news/fidogate/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile
index 4c22b57c0c31..5e8ef662048b 100644
--- a/news/fidogate/Makefile
+++ b/news/fidogate/Makefile
@@ -62,14 +62,12 @@ pre-install:
${STAGEDIR}${DOCSDIR}/gatebau
.endif
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${TAR} -C ${WRKSRC}/doc -cf - ${DOCLIST} | ${TAR} -C ${STAGEDIR}${DOCSDIR} -xf -
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
+
+post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${TAR} -C ${WRKSRC}/examples -cf - . | ${TAR} -C ${STAGEDIR}${EXAMPLESDIR} -xf -
-.endif
.include <bsd.port.mk>