- Fix license
- Switch to USES=autoreconf
This commit is contained in:
parent
f93a14946e
commit
cf1db64286
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388338
1 changed files with 3 additions and 5 deletions
|
@ -7,22 +7,20 @@ CATEGORIES= sysutils
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Finds sets of identical files
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= MPL
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= euedge
|
||||
GH_TAGNAME= 7a35148
|
||||
|
||||
USE_AUTOTOOLS= autoconf aclocal automake autoheader
|
||||
AUTOMAKE_ARGS+= --add-missing
|
||||
USES= autoreconf
|
||||
GNU_CONFIGURE= yes
|
||||
PLIST_FILES= bin/kua bin/ua \
|
||||
man/man1/kua.1.gz man/man1/ua.1.gz
|
||||
PORTDOCS= README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue