mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Workaround NO_WRKSUBDIR + ${COPYTREE} . side effects
This commit is contained in:
parent
4cf34f8079
commit
100996818f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364566
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user