sysutils/intel-nvmupdate: Remove obsolete chmod workaround
Workaround was introduced in version 6.01 due to upstream packaging problems. The problems were resolved in 6.80, so the workaround is no longer required. Approved By: sbruno (mentor) Differential Revision: https://reviews.freebsd.org/D18502
This commit is contained in:
parent
652d824018
commit
fa85596370
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487198
1 changed files with 0 additions and 6 deletions
|
@ -39,12 +39,6 @@ NVMUPDATE_DIR= intel-nvmupdate
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
# This is the workaround for directory permission issues for 10.x.
|
|
||||||
# Remove this after the directory permissions are fixed upstream.
|
|
||||||
post-extract:
|
|
||||||
${CHMOD} a+x ${WRKDIR}/XL710
|
|
||||||
${CHMOD} a+x ${WRKSRC}
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR}
|
${MKDIR} ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR}
|
||||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR} "! -name 'nvmupdate64e'"
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR} "! -name 'nvmupdate64e'"
|
||||||
|
|
Loading…
Reference in a new issue