From 0d0a72f62effde70e5d1a0eb7fe0c6a92fa71da5 Mon Sep 17 00:00:00 2001 From: wg Date: Tue, 1 Oct 2013 14:13:20 +0000 Subject: www/zend-framework1: fix without DOCS - Fix without DOCS, it is an extra distfile --- www/zend-framework1/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/zend-framework1/Makefile b/www/zend-framework1/Makefile index a38f5ca5c17..6cea90d9037 100644 --- a/www/zend-framework1/Makefile +++ b/www/zend-framework1/Makefile @@ -103,10 +103,11 @@ do-install: @${FIND} ${STAGEDIR}${EXAMPLESDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 @${FIND} ${STAGEDIR}${EXAMPLESDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 -post-install: +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}/manual @cd ${WRKSRC} && ${COPYTREE_SHARE} "INSTALL.txt README.txt" ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/documentation/manual/core/en && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/manual +.endif .include -- cgit