svn commit: r520178 - in head: net-mgmt/cdpr shells/shell-include

Tobias Kortkamp tobik at FreeBSD.org
Sun Dec 15 13:15:26 UTC 2019


Author: tobik
Date: Sun Dec 15 13:15:25 2019
New Revision: 520178
URL: https://svnweb.freebsd.org/changeset/ports/520178

Log:
  Do not set USES twice

Modified:
  head/net-mgmt/cdpr/Makefile
  head/shells/shell-include/Makefile

Modified: head/net-mgmt/cdpr/Makefile
==============================================================================
--- head/net-mgmt/cdpr/Makefile	Sun Dec 15 13:10:46 2019	(r520177)
+++ head/net-mgmt/cdpr/Makefile	Sun Dec 15 13:15:25 2019	(r520178)
@@ -11,8 +11,7 @@ COMMENT=	Cisco Discovery Protocol Reporter
 
 LICENSE=	GPLv2
 
-USES=		dos2unix
-USES=		tar:tgz
+USES=		dos2unix tar:tgz
 DOS2UNIX_GLOB=	*.c *.h
 LDFLAGS+=	-L${LOCALBASE}/lib -lpcap
 

Modified: head/shells/shell-include/Makefile
==============================================================================
--- head/shells/shell-include/Makefile	Sun Dec 15 13:10:46 2019	(r520177)
+++ head/shells/shell-include/Makefile	Sun Dec 15 13:15:25 2019	(r520178)
@@ -12,8 +12,6 @@ COMMENT=	Include system for shell scripts
 
 BROKEN=		unfetchable
 
-USES=		perl5
-
 USES=		perl5 tar:tgz
 USE_PERL5=	build
 NO_BUILD=	yes


More information about the svn-ports-all mailing list