svn commit: r341125 - head/net-mgmt/scdp

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 22:11:19 UTC 2014


Author: bapt
Date: Sat Jan 25 22:11:18 2014
New Revision: 341125
URL: http://svnweb.freebsd.org/changeset/ports/341125
QAT: https://qat.redports.org/buildarchive/r341125/

Log:
  Remove license file for well know license
  Convert USE_GMAKE -> USES=gmake

Modified:
  head/net-mgmt/scdp/Makefile

Modified: head/net-mgmt/scdp/Makefile
==============================================================================
--- head/net-mgmt/scdp/Makefile	Sat Jan 25 22:10:56 2014	(r341124)
+++ head/net-mgmt/scdp/Makefile	Sat Jan 25 22:11:18 2014	(r341125)
@@ -14,9 +14,8 @@ COMMENT=	Tool that sends CDP (CISCO Disc
 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`


More information about the svn-ports-all mailing list