1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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:
Serhii (Sergey) Kozlov 2018-12-10 20:14:37 +00:00
parent 652d824018
commit fa85596370
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487198

View File

@ -39,12 +39,6 @@ NVMUPDATE_DIR= intel-nvmupdate
.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:
${MKDIR} ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${NVMUPDATE_DIR} "! -name 'nvmupdate64e'"