1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

sysutils/syslinux: USES tar:xz, strip one file

Approved by:    culot (mentor)
This commit is contained in:
Kurt Jaeger 2014-05-19 15:57:57 +00:00
parent ee4c638ef9
commit 839f9f1983
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354549

View File

@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools
USES= perl5 gmake
USE_XZ= yes
USES= perl5 gmake tar:xz
USE_PERL5= build
MAKE_ARGS= CC="${CC}"
ALL_TARGET= bios
@ -39,5 +38,6 @@ do-install:
@${FIND} -d ${WRKSRC} -type d -empty -delete
@${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "bios efi32 efi64" ${STAGEDIR}${DATADIR})
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/syslinux/bios/mtools/syslinux
.include <bsd.port.mk>