diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-05-19 15:57:57 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-05-19 15:57:57 +0000 |
commit | 839f9f19834bf8f14732f16b7a9d04c5ae8c4166 (patch) | |
tree | 368324acfb58571ec1dd0e39d282e1ec38563ce3 /sysutils | |
parent | ee4c638ef9175aed8cee69083b7bd4431d85e81c (diff) | |
download | ports-839f9f19834bf8f14732f16b7a9d04c5ae8c4166.tar.gz ports-839f9f19834bf8f14732f16b7a9d04c5ae8c4166.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/syslinux/Makefile | 4 |
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> |