diff options
Diffstat (limited to 'news/fidogate/Makefile')
-rw-r--r-- | news/fidogate/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 5a164cc739ac..f7edf97d4d74 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -56,6 +56,8 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @${TAR} -C ${WRKSRC}/doc -cf - ${DOCLIST} | ${TAR} -C ${DOCSDIR} -xf - +.endif +.if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} @${TAR} -C ${WRKSRC}/examples -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - .endif |