aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/busybox
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-03-23 23:11:33 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-03-23 23:11:33 +0800
commit8975a1254188cf6759b9f571f14b923c99cada90 (patch)
tree5d88b5869fedc5753df9aa4a02abe5b1970bb9d0 /sysutils/busybox
parent5506ce8eb80c7cecb23b0333aba0ddf17a5cc5a7 (diff)
downloadfreebsd-ports-gnome-8975a1254188cf6759b9f571f14b923c99cada90.tar.gz
freebsd-ports-gnome-8975a1254188cf6759b9f571f14b923c99cada90.tar.zst
freebsd-ports-gnome-8975a1254188cf6759b9f571f14b923c99cada90.zip
- Respect WITH_DEBUG: do not strip the binary by default
- Use bsd.port.mk PR: ports/155789 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: Chris Rees <utisoft@gmail.com> (maintainer)
Diffstat (limited to 'sysutils/busybox')
-rw-r--r--sysutils/busybox/Makefile5
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>