aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-11-05 20:07:07 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-11-05 20:07:07 +0800
commitc2502b865f012999d75f75b05d0f3e41b39d104d (patch)
treeb010eebf235d06fc7552b40e90f55b6c2d6ab9d6 /net-mgmt
parent5750dae0ed6562eee15fe935343f1698111cf11a (diff)
downloadfreebsd-ports-gnome-c2502b865f012999d75f75b05d0f3e41b39d104d.tar.gz
freebsd-ports-gnome-c2502b865f012999d75f75b05d0f3e41b39d104d.tar.zst
freebsd-ports-gnome-c2502b865f012999d75f75b05d0f3e41b39d104d.zip
- Convert to staging
- Use new LIB_DEPENDS syntax
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bandwidthd/Makefile7
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>