aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/chpp
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2007-07-02 18:09:18 +0800
committerdanfe <danfe@FreeBSD.org>2007-07-02 18:09:18 +0800
commit7a316c0df387275028de71eb2983e6720d159d7d (patch)
treea9f3eb7cb502e4cafa34a7315f1dd5a80e9a816a /textproc/chpp
parenta97dca42a31a6ca6361f6aebd86e16f4c96c1c98 (diff)
downloadfreebsd-ports-gnome-7a316c0df387275028de71eb2983e6720d159d7d.tar.gz
freebsd-ports-gnome-7a316c0df387275028de71eb2983e6720d159d7d.tar.zst
freebsd-ports-gnome-7a316c0df387275028de71eb2983e6720d159d7d.zip
Grrr. Sanitize lines order.
Diffstat (limited to 'textproc/chpp')
-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