diff --git a/sysutils/bfs/Makefile b/sysutils/bfs/Makefile index 99b567f717d7..bdec4094fad9 100644 --- a/sysutils/bfs/Makefile +++ b/sysutils/bfs/Makefile @@ -1,25 +1,23 @@ PORTNAME= bfs DISTVERSION= 2.2 CATEGORIES= sysutils MAINTAINER= driesm.michiels@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 USES= compiler:c11 gmake shebangfix USE_GITHUB= yes GH_ACCOUNT= tavianator SHEBANG_FILES= tests.sh tests/*.sh TEST_TARGET= check post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bfs .include