aboutsummaryrefslogtreecommitdiff
path: root/textproc/chpp
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-02 10:09:18 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-02 10:09:18 +0000
commit49a1902092a1dbe3c69c68e2469951a494eaeea6 (patch)
treea7c60ce5cf891d1fea32588651cdf0941d76cd83 /textproc/chpp
parent6c4236362b5f6002243dd72f3f95030972aeecd4 (diff)
downloadports-49a1902092a1dbe3c69c68e2469951a494eaeea6.tar.gz
ports-49a1902092a1dbe3c69c68e2469951a494eaeea6.zip
Grrr. Sanitize lines order.
Notes
Notes: svn path=/head/; revision=194632
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