aboutsummaryrefslogtreecommitdiff
path: root/sysutils/syslinux
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-05-19 15:57:57 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-05-19 15:57:57 +0000
commit839f9f19834bf8f14732f16b7a9d04c5ae8c4166 (patch)
tree368324acfb58571ec1dd0e39d282e1ec38563ce3 /sysutils/syslinux
parentee4c638ef9175aed8cee69083b7bd4431d85e81c (diff)
downloadports-839f9f19834bf8f14732f16b7a9d04c5ae8c4166.tar.gz
ports-839f9f19834bf8f14732f16b7a9d04c5ae8c4166.zip
sysutils/syslinux: USES tar:xz, strip one file
Approved by: culot (mentor)
Notes
Notes: svn path=/head/; revision=354549
Diffstat (limited to 'sysutils/syslinux')
-rw-r--r--sysutils/syslinux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile
index 131e25c44a92..4513805b0c10 100644
--- a/sysutils/syslinux/Makefile
+++ b/sysutils/syslinux/Makefile
@@ -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>