diff options
Diffstat (limited to 'net-mgmt/bandwidthd/Makefile')
-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> |