svn commit: r480945 - head/textproc/man2html

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 30 09:08:31 UTC 2018


Author: amdmi3
Date: Sun Sep 30 09:08:30 2018
New Revision: 480945
URL: https://svnweb.freebsd.org/changeset/ports/480945

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/man2html/Makefile

Modified: head/textproc/man2html/Makefile
==============================================================================
--- head/textproc/man2html/Makefile	Sun Sep 30 09:07:17 2018	(r480944)
+++ head/textproc/man2html/Makefile	Sun Sep 30 09:08:30 2018	(r480945)
@@ -13,9 +13,13 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Convert nroff(1) man pages to HTML
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		perl5
 USE_PERL5=	run
 NO_BUILD=	yes
+NO_ARCH=	yes
 CGIDIR=		${PREFIX}/www/cgi-bin
 
 PLIST_FILES=	bin/man2html man/man1/man2html.1.gz www/cgi-bin/man.cgi


More information about the svn-ports-head mailing list