- Fix LICENSE
- Add LICENSE_FILE - Switch to USES=localbase - Regenerate patches
This commit is contained in:
parent
946bdc1915
commit
8a0f822926
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429767
2 changed files with 4 additions and 6 deletions
|
@ -10,7 +10,8 @@ MASTER_SITES= GHC
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= HTTP authentication brute forcer
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
NO_CCACHE= yes
|
||||
|
||||
|
@ -19,12 +20,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= zlandau
|
||||
|
||||
USES= ncurses readline tar:bzip2
|
||||
USES= localbase:ldflags ncurses readline tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
INFO= authforce
|
||||
|
||||
PLIST_FILES= bin/authforce \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- doc/authforce.texi.orig
|
||||
--- doc/authforce.texi.orig 2007-05-13 22:54:20 UTC
|
||||
+++ doc/authforce.texi
|
||||
@@ -2,6 +2,9 @@
|
||||
@c %**start of header
|
||||
|
|
Loading…
Reference in a new issue