diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-02 10:09:18 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-02 10:09:18 +0000 |
commit | 49a1902092a1dbe3c69c68e2469951a494eaeea6 (patch) | |
tree | a7c60ce5cf891d1fea32588651cdf0941d76cd83 | |
parent | 6c4236362b5f6002243dd72f3f95030972aeecd4 (diff) | |
download | freebsd-ports-49a1902092a1dbe3c69c68e2469951a494eaeea6.zip |
Grrr. Sanitize lines order.
-rw-r--r-- | textproc/chpp/Makefile | 2 |
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 |