Skip to content

Commit

Permalink
www/man2web: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 0f7eb16 commit d4142a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions www/man2web/Makefile
@@ -1,6 +1,6 @@
PORTNAME= man2web
PORTVERSION= 0.88
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

Expand All @@ -13,9 +13,10 @@ LICENSE_FILE= ${WRKSRC}/doc/GPL

USES= cpe
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --bindir="${PREFIX}/${CGIDIR}" \
--sysconfdir="${PREFIX}/etc" \
--with-manpath=/usr/share/man:${LOCALBASE}/man \
--with-manpath=/usr/share/man:${LOCALBASE}/share/man \
--with-distro=freebsd --enable-lynx

CGIDIR= www/cgi-bin
Expand Down
4 changes: 2 additions & 2 deletions www/man2web/pkg-plist
@@ -1,5 +1,5 @@
bin/man2web
etc/man2web.conf.default
man/man1/man2web.1.gz
man/man5/man2web.conf.5.gz
share/man/man1/man2web.1.gz
share/man/man5/man2web.conf.5.gz
%%CGIDIR%%/man2web

0 comments on commit d4142a0

Please sign in to comment.