Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 12:07:07 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332837 - head/net-mgmt/bandwidthd
Message-ID:  <201311051207.rA5C77vv051312@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051207.rA5C77vv051312>