svn commit: r364566 - head/deskutils/tine20

Antoine Brodin antoine at FreeBSD.org
Sun Aug 10 20:23:03 UTC 2014


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}


More information about the svn-ports-all mailing list