diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-11-05 12:07:07 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-11-05 12:07:07 +0000 |
commit | ade96b70a81751a3b7cb1eb1a5b249665f092200 (patch) | |
tree | b010eebf235d06fc7552b40e90f55b6c2d6ab9d6 /net-mgmt/bandwidthd | |
parent | 572f6d479761de1afe39b88fb110fe5a075ba1f5 (diff) | |
download | ports-ade96b70a81751a3b7cb1eb1a5b249665f092200.tar.gz ports-ade96b70a81751a3b7cb1eb1a5b249665f092200.zip |
Notes
Diffstat (limited to 'net-mgmt/bandwidthd')
-rw-r--r-- | net-mgmt/bandwidthd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile index 0b1c5d344b78..ceefcf61607b 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -13,16 +13,15 @@ COMMENT= Tracks bandwidth usage by IP address LICENSE= GPLv2 -LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd USE_CSTD= gnu89 -NO_STAGE= yes GNU_CONFIGURE= YES USES= iconv gmake post-install: - @${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \ - ${PREFIX}/etc/rc.d/bandwidthd.sh.sample + ${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \ + ${STAGEDIR}${PREFIX}/etc/rc.d/bandwidthd.sh.sample .include <bsd.port.mk> |