From 61c076a242b701d76274c559d9b5526603712b29 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 25 Jan 2014 22:11:18 +0000 Subject: [PATCH] Remove license file for well know license Convert USE_GMAKE -> USES=gmake --- net-mgmt/scdp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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`