summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-25 22:11:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-25 22:11:18 +0000
commit61c076a242b701d76274c559d9b5526603712b29 (patch)
treea25ce58fa9dc89475ad5a272223bfa1bffdb4702 /net-mgmt
parent- Add patch to increase stack size to avoid crash on ppc64 (diff)
Remove license file for well know license
Convert USE_GMAKE -> USES=gmake
Notes
Notes: svn path=/head/; revision=341125
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/scdp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/scdp/Makefile b/net-mgmt/scdp/Makefile
index db8acb9983cc..5517d54174ed 100644
--- a/net-mgmt/scdp/Makefile
+++ b/net-mgmt/scdp/Makefile
@@ -14,9 +14,8 @@ COMMENT= Tool that sends CDP (CISCO Discovery Protocol) Packets
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV= libnet_config="${LIBNET_CONFIG}"
CFLAGS+= `${LIBNET_CONFIG} --cflags`