diff options
author | danfe <danfe@FreeBSD.org> | 2007-07-02 18:09:18 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-07-02 18:09:18 +0800 |
commit | 7a316c0df387275028de71eb2983e6720d159d7d (patch) | |
tree | a9f3eb7cb502e4cafa34a7315f1dd5a80e9a816a /textproc/chpp | |
parent | a97dca42a31a6ca6361f6aebd86e16f4c96c1c98 (diff) | |
download | freebsd-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/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 |