1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

net-mgmt/statsite: simplify Makefile

PR:		196240
Submitted by:	danfe
This commit is contained in:
Kurt Jaeger 2015-01-14 06:14:28 +00:00
parent 72768e644a
commit dee7c328b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376997

View File

@ -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>