diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 17:26:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 17:26:18 +0800 |
commit | 48f012eff672259a274a3995eeca71b2ce2f9ba1 (patch) | |
tree | 41ea4653c626f375e1b16553552b2ce37409879f /www | |
parent | 3cb549e5e315fd52e81dbd1ce6d5667356c91247 (diff) | |
download | freebsd-ports-gnome-48f012eff672259a274a3995eeca71b2ce2f9ba1.tar.gz freebsd-ports-gnome-48f012eff672259a274a3995eeca71b2ce2f9ba1.tar.zst freebsd-ports-gnome-48f012eff672259a274a3995eeca71b2ce2f9ba1.zip |
- Add LICENSE
- Drop @dirrm* from plist
Diffstat (limited to 'www')
-rw-r--r-- | www/man2web/Makefile | 3 | ||||
-rw-r--r-- | www/man2web/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/man2web/Makefile b/www/man2web/Makefile index b7a8620bd0d1..6787d28b4c96 100644 --- a/www/man2web/Makefile +++ b/www/man2web/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Convert man pages to HTML +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/doc/GPL + GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/${CGIDIR}" \ --sysconfdir="${PREFIX}/etc" \ diff --git a/www/man2web/pkg-plist b/www/man2web/pkg-plist index 3f6dea8e7b66..473adff61b3b 100644 --- a/www/man2web/pkg-plist +++ b/www/man2web/pkg-plist @@ -3,4 +3,3 @@ etc/man2web.conf.default man/man1/man2web.1.gz man/man5/man2web.conf.5.gz %%CGIDIR%%/man2web -@dirrmtry %%CGIDIR%% |