Date: Sun, 15 Dec 2019 13:15:26 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520178 - in head: net-mgmt/cdpr shells/shell-include Message-ID: <201912151315.xBFDFQbe047255@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912151315.xBFDFQbe047255>