whatmask: Take maintainership
The AUTHORS and Changelog files really aren't useful for end-users, as the last release was 17 years ago. So, restrict DOCS to just the README.
This commit is contained in:
parent
4bdc3493c2
commit
3106625676
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530852
2 changed files with 6 additions and 10 deletions
|
@ -3,22 +3,20 @@
|
|||
|
||||
PORTNAME= whatmask
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Easily convert between three common subnet mask notations
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= Convert between common subnet mask notations
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
DOCS= AUTHORS ChangeLog README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
bin/whatmask
|
||||
man/man1/whatmask.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
|
Loading…
Reference in a new issue