aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2014-05-19 23:57:57 +0800
committerpi <pi@FreeBSD.org>2014-05-19 23:57:57 +0800
commit2464b05209270e096d1053133d8fce710fb8cb1c (patch)
tree368324acfb58571ec1dd0e39d282e1ec38563ce3 /sysutils
parentd224faba0264710f137dc5adf71de9f596c7f1f6 (diff)
downloadfreebsd-ports-gnome-2464b05209270e096d1053133d8fce710fb8cb1c.tar.gz
freebsd-ports-gnome-2464b05209270e096d1053133d8fce710fb8cb1c.tar.zst
freebsd-ports-gnome-2464b05209270e096d1053133d8fce710fb8cb1c.zip
sysutils/syslinux: USES tar:xz, strip one file
Approved by: culot (mentor)
Diffstat (limited to 'sysutils')
-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>