aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-12-15 13:15:25 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-12-15 13:15:25 +0000
commit169bd03f7b3be130bf52c77f73d2afbd91c21e0d (patch)
treefc82e1a8d84bb484d85cb899bbd5a4ee4e5b49b6
parent216a0b6dc6be179e4ae6eae0bb91b6f4e8267996 (diff)
downloadports-169bd03f7b3be130bf52c77f73d2afbd91c21e0d.tar.gz
ports-169bd03f7b3be130bf52c77f73d2afbd91c21e0d.zip
Do not set USES twice
Notes
Notes: svn path=/head/; revision=520178
-rw-r--r--net-mgmt/cdpr/Makefile3
-rw-r--r--shells/shell-include/Makefile2
2 files changed, 1 insertions, 4 deletions
diff --git a/net-mgmt/cdpr/Makefile b/net-mgmt/cdpr/Makefile
index f7b151f24445..415509fe7db8 100644
--- a/net-mgmt/cdpr/Makefile
+++ b/net-mgmt/cdpr/Makefile
@@ -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
diff --git a/shells/shell-include/Makefile b/shells/shell-include/Makefile
index bb6b26ccea21..a8134e506847 100644
--- a/shells/shell-include/Makefile
+++ b/shells/shell-include/Makefile
@@ -12,8 +12,6 @@ COMMENT= Include system for shell scripts
BROKEN= unfetchable
-USES= perl5
-
USES= perl5 tar:tgz
USE_PERL5= build
NO_BUILD= yes