git: 0b75f8d88178 - main - sysutils/bfs: Fix check-sanity
Kevin Bowling
kbowling at FreeBSD.org
Tue Apr 13 16:15:26 UTC 2021
The branch main has been updated by kbowling:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0b75f8d88178de71f6a368bf5fe1c73e1b6f84b7
commit 0b75f8d88178de71f6a368bf5fe1c73e1b6f84b7
Author: Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-04-13 16:14:02 +0000
Commit: Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-04-13 16:14:02 +0000
sysutils/bfs: Fix check-sanity
Redefining LICENSE_PERMS is not allowed for known licenses
PR: 255033
Approved by: Dries Michiels <driesm.michiels at gmail.com> (maintainer)
---
sysutils/bfs/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/sysutils/bfs/Makefile b/sysutils/bfs/Makefile
index 99b567f717d7..bdec4094fad9 100644
--- a/sysutils/bfs/Makefile
+++ b/sysutils/bfs/Makefile
@@ -6,9 +6,7 @@ MAINTAINER= driesm.michiels at gmail.com
COMMENT= Breadth-first version of the UNIX find command
LICENSE= BSD0CLAUSE
-LICENSE_NAME= BSD Zero Clause License
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
TEST_DEPENDS= bash:shells/bash
More information about the dev-commits-ports-all
mailing list