1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

sysutils/UEFITool: Remove unnecessary pre-install

Also use BUILD_WRKSRC instead of its hard-coded value.

Reported by:	Tobias Kortkamp <tobik@freebsd.org> (pre-install removal)
This commit is contained in:
Yuri Victorovich 2018-05-08 05:44:26 +00:00
parent 114ce84cd0
commit e7a062e487
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469358

View File

@ -22,10 +22,7 @@ WRKSRC_SUBDIR= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
pre-install:
@${STRIP_CMD} ${WRKDIR}/.build/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/.build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>