svn commit: r566065 - head/net-mgmt/whatmask

Adam Weinberger adamw at FreeBSD.org
Fri Feb 19 13:47:00 UTC 2021


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 at FreeBSD.org
+MAINTAINER=	adamw at 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


More information about the svn-ports-all mailing list