From 49a1902092a1dbe3c69c68e2469951a494eaeea6 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 2 Jul 2007 10:09:18 +0000 Subject: [PATCH] Grrr. Sanitize lines order. --- textproc/chpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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