diff options
Diffstat (limited to 'sysutils/busybox')
-rw-r--r-- | sysutils/busybox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 5f384c34af14..cd23a69ebe57 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -17,13 +17,12 @@ COMMENT= Busybox for FreeBSD BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed +MAKE_ARGS= SKIP_STRIP=y USE_BZIP2= yes USE_GMAKE= yes PLIST_FILES= bin/busybox -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e 's/sed/gsed/' ${WRKSRC}/scripts/gen_build_files.sh @${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' \ @@ -37,4 +36,4 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |