diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 21:52:35 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 21:52:35 +0800 |
commit | a64fce0ab3beb220c342df9f1bb46f23a498f843 (patch) | |
tree | e2c7a1cb93df3697afa5249c028b8cdfe44bf385 /net | |
parent | 3928e18e2c775020b2d1a954c686079977b51d58 (diff) | |
download | freebsd-ports-graphics-a64fce0ab3beb220c342df9f1bb46f23a498f843.tar.gz freebsd-ports-graphics-a64fce0ab3beb220c342df9f1bb46f23a498f843.tar.zst freebsd-ports-graphics-a64fce0ab3beb220c342df9f1bb46f23a498f843.zip |
- Support staging
- New LIB_DEPENDS definition
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcprelay/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/dhcprelay/Makefile b/net/dhcprelay/Makefile index eb0fc320423..03eae056314 100644 --- a/net/dhcprelay/Makefile +++ b/net/dhcprelay/Makefile @@ -10,13 +10,12 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Lightweight DHCP Relay Agent with GIF tunnel support -LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet +LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet -PLIST_FILES= bin/dhcprelay +PLIST_FILES= bin/dhcprelay USE_RC_SUBR= ${PORTNAME} -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |