From ade96b70a81751a3b7cb1eb1a5b249665f092200 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 5 Nov 2013 12:07:07 +0000 Subject: [PATCH] - Convert to staging - Use new LIB_DEPENDS syntax --- net-mgmt/bandwidthd/Makefile | 7 +++---- 1 file 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