Date: Sun, 10 Aug 2014 20:23:02 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364566 - head/deskutils/tine20 Message-ID: <53e7d4a6.2086.7bd655c5@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 10 20:23:02 2014 New Revision: 364566 URL: http://svnweb.freebsd.org/changeset/ports/364566 QAT: https://qat.redports.org/buildarchive/r364566/ Log: Workaround NO_WRKSUBDIR + ${COPYTREE} . side effects Modified: head/deskutils/tine20/Makefile Modified: head/deskutils/tine20/Makefile ============================================================================== --- head/deskutils/tine20/Makefile Sun Aug 10 20:12:03 2014 (r364565) +++ head/deskutils/tine20/Makefile Sun Aug 10 20:23:02 2014 (r364566) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:bzip2 NO_BUILD= yes -WRKSRC= ${WRKDIR} +EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions -C ${WRKSRC} SUB_FILES= pkg-message SUB_LIST= DISTNAME=${DISTNAME} @@ -33,6 +33,9 @@ APC_USE= php=apc LDAP_USE= php=ldap MEMCACHE_USE= php=memcache +pre-extract: + ${MKDIR} ${WRKSRC} + do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e7d4a6.2086.7bd655c5>