diff options
author | arved <arved@FreeBSD.org> | 2013-12-31 01:22:40 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2013-12-31 01:22:40 +0800 |
commit | fb3f0f055f9e7bf82e6c7c0863cfd8fc7da8c1ab (patch) | |
tree | cf462e14b58a62a91f2583621bf1fcfa4909fdde /net-mgmt | |
parent | 64c87aafcfebd23956fe668b33c80d6eb976efab (diff) | |
download | freebsd-ports-gnome-fb3f0f055f9e7bf82e6c7c0863cfd8fc7da8c1ab.tar.gz freebsd-ports-gnome-fb3f0f055f9e7bf82e6c7c0863cfd8fc7da8c1ab.tar.zst freebsd-ports-gnome-fb3f0f055f9e7bf82e6c7c0863cfd8fc7da8c1ab.zip |
Support Stagedir
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scdp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-mgmt/scdp/Makefile b/net-mgmt/scdp/Makefile index 05eb986e8ab7..db8acb9983cc 100644 --- a/net-mgmt/scdp/Makefile +++ b/net-mgmt/scdp/Makefile @@ -24,7 +24,6 @@ PLIST_FILES= bin/scdp LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c ${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \ |