Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2021 13:47:00 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566065 - head/net-mgmt/whatmask
Message-ID:  <202102191347.11JDl0PW032963@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri Feb 19 13:46:59 2021
New Revision: 566065
URL: https://svnweb.freebsd.org/changeset/ports/566065

Log:
  net-mgmt/whatmask: Take maintainership, remove README
  
  The README here is the same as the manpage.

Modified:
  head/net-mgmt/whatmask/Makefile
  head/net-mgmt/whatmask/pkg-plist

Modified: head/net-mgmt/whatmask/Makefile
==============================================================================
--- head/net-mgmt/whatmask/Makefile	Fri Feb 19 13:22:42 2021	(r566064)
+++ head/net-mgmt/whatmask/Makefile	Fri Feb 19 13:46:59 2021	(r566065)
@@ -3,21 +3,16 @@
 
 PORTNAME=	whatmask
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://downloads.laffeycomputer.com/current_builds/whatmask/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	adamw@FreeBSD.org
 COMMENT=	Convert between common subnet mask notations
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-OPTIONS_DEFINE=	DOCS
-
-post-install-DOCS-on:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/whatmask/pkg-plist
==============================================================================
--- head/net-mgmt/whatmask/pkg-plist	Fri Feb 19 13:22:42 2021	(r566064)
+++ head/net-mgmt/whatmask/pkg-plist	Fri Feb 19 13:46:59 2021	(r566065)
@@ -1,3 +1,2 @@
 bin/whatmask
 man/man1/whatmask.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/README



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102191347.11JDl0PW032963>