diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-09-30 09:08:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-09-30 09:08:30 +0000 |
commit | a1304c8afea9a4b2435adda70bba429bbe3195b0 (patch) | |
tree | a4899b659cb89f93be2d79f4b75774555153f2ab /textproc/man2html | |
parent | Upgrade C-icap-modules to 0.5.2 (diff) |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=480945
Diffstat (limited to 'textproc/man2html')
-rw-r--r-- | textproc/man2html/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile index 24cbc655ebbb..4965c793e58c 100644 --- a/textproc/man2html/Makefile +++ b/textproc/man2html/Makefile @@ -13,9 +13,13 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= demon@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 |