aboutsummaryrefslogtreecommitdiff
path: root/sysutils/utcount
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-10 00:27:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-10 00:27:45 +0000
commitc31e9ffcec2f5cac9fdccaaede60be3fe018d46e (patch)
treeb99ddacbd6ab6384b9619f9c1d1de45c1f0b9c00 /sysutils/utcount
parent34e0603590af932e7c4a13fe62d0d936863b6a99 (diff)
downloadports-c31e9ffcec2f5cac9fdccaaede60be3fe018d46e.tar.gz
ports-c31e9ffcec2f5cac9fdccaaede60be3fe018d46e.zip
- Support staging
- Strip binary
Notes
Notes: svn path=/head/; revision=353553
Diffstat (limited to 'sysutils/utcount')
-rw-r--r--sysutils/utcount/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/utcount/Makefile b/sysutils/utcount/Makefile
index 37fa6cbb1250..297454a6f42b 100644
--- a/sysutils/utcount/Makefile
+++ b/sysutils/utcount/Makefile
@@ -9,5 +9,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Users Traffic Count
-NO_STAGE= yes
+MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" \
+ INSTALL_PROG="${INSTALL_SCRIPT}" \
+ INSTALL_CONF="${INSTALL_DATA}"
+
+post-build:
+ ${STRIP_CMD} ${WRKSRC}/bin/count_client
+
.include <bsd.port.mk>