From 31066256760a126d5806b89c824c8b84662e2de9 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 6 Apr 2020 02:59:23 +0000 Subject: [PATCH] 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. --- net-mgmt/whatmask/Makefile | 14 ++++++-------- net-mgmt/whatmask/pkg-plist | 2 -- 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 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