aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/whatmask
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2020-04-06 02:59:23 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2020-04-06 02:59:23 +0000
commit31066256760a126d5806b89c824c8b84662e2de9 (patch)
tree4436ef1c7fb1452d26c1683d946af4c660a30df1 /net-mgmt/whatmask
parent4bdc3493c2033180cf0c69b03f90b21a7bc5eb9c (diff)
downloadports-31066256760a126d5806b89c824c8b84662e2de9.tar.gz
ports-31066256760a126d5806b89c824c8b84662e2de9.zip
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.
Notes
Notes: svn path=/head/; revision=530852
Diffstat (limited to 'net-mgmt/whatmask')
-rw-r--r--net-mgmt/whatmask/Makefile14
-rw-r--r--net-mgmt/whatmask/pkg-plist2
2 files changed, 6 insertions, 10 deletions
diff --git a/net-mgmt/whatmask/Makefile b/net-mgmt/whatmask/Makefile
index 2c27c6b3f714..7a6d57389033 100644
--- a/net-mgmt/whatmask/Makefile
+++ b/net-mgmt/whatmask/Makefile
@@ -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>
diff --git a/net-mgmt/whatmask/pkg-plist b/net-mgmt/whatmask/pkg-plist
index 2f7ff00191f3..e604a476a595 100644
--- a/net-mgmt/whatmask/pkg-plist
+++ b/net-mgmt/whatmask/pkg-plist
@@ -1,5 +1,3 @@
bin/whatmask
man/man1/whatmask.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README