aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/chpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/chpp/Makefile')
-rw-r--r--textproc/chpp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/chpp/Makefile b/textproc/chpp/Makefile
index b9b10896b3fc..baf17166a3d4 100644
--- a/textproc/chpp/Makefile
+++ b/textproc/chpp/Makefile
@@ -25,10 +25,10 @@ BROKEN= Does not compile
.endif
post-install:
+.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${TAR} -C ${WRKSRC}/test -cf - . | \
${TAR} -C ${EXAMPLESDIR} --unlink -xf -
-.if !defined(NOPORTEXAMPLES)
@${FIND} ${EXAMPLESDIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
@${FIND} ${EXAMPLESDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
.endif