svn commit: r332837 - head/net-mgmt/bandwidthd
Bryan Drewery
bdrewery at FreeBSD.org
Tue Nov 5 12:07:07 UTC 2013
Author: bdrewery
Date: Tue Nov 5 12:07:07 2013
New Revision: 332837
URL: http://svnweb.freebsd.org/changeset/ports/332837
Log:
- Convert to staging
- Use new LIB_DEPENDS syntax
Modified:
head/net-mgmt/bandwidthd/Makefile
Modified: head/net-mgmt/bandwidthd/Makefile
==============================================================================
--- head/net-mgmt/bandwidthd/Makefile Tue Nov 5 12:02:05 2013 (r332836)
+++ head/net-mgmt/bandwidthd/Makefile Tue Nov 5 12:07:07 2013 (r332837)
@@ -13,16 +13,15 @@ COMMENT= Tracks bandwidth usage by IP ad
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>
More information about the svn-ports-all
mailing list