aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/statsite
diff options
context:
space:
mode:
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>