aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/statsite
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-01-14 06:14:28 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-01-14 06:14:28 +0000
commitdee7c328b452d6890765967a525939b383f044c5 (patch)
tree1644a593fae7f72965ae024447b5942093da50fe /net-mgmt/statsite
parent72768e644a7adde141c59f7dc4418c165f88f54c (diff)
downloadports-dee7c328b452d6890765967a525939b383f044c5.tar.gz
ports-dee7c328b452d6890765967a525939b383f044c5.zip
Notes
Diffstat (limited to 'net-mgmt/statsite')
-rw-r--r--net-mgmt/statsite/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/statsite/Makefile b/net-mgmt/statsite/Makefile
index 0dfe8276c2ce..947d7b3d3c37 100644
--- a/net-mgmt/statsite/Makefile
+++ b/net-mgmt/statsite/Makefile
@@ -11,7 +11,7 @@ COMMENT= C implementation of statsd
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons
+USES= scons
USERS= statsd
GROUPS= statsd
@@ -20,11 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/statsite
-do-build:
- cd ${WRKSRC} && make
-
do-install:
- ${STRIP_CMD} ${WRKSRC}/statsite
- ${CP} ${WRKSRC}/statsite ${STAGEDIR}/${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/statsite ${STAGEDIR}/${PREFIX}/bin/
.include <bsd.port.mk>