Date: Mon, 26 Feb 2024 14:33:26 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0f8ee7d34894 - main - www/wwwoffle: Moved man to share/man Message-ID: <202402261433.41QEXQL4020587@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f8ee7d34894a4eea66ef25d580b65d1d90354af commit 0f8ee7d34894a4eea66ef25d580b65d1d90354af Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 14:29:32 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 14:31:51 +0000 www/wwwoffle: Moved man to share/man Approved by: portmgr (blanket) --- www/wwwoffle/Makefile | 2 ++ www/wwwoffle/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index eeffaab4cc10..ad91a09f1dcb 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,5 +1,6 @@ PORTNAME= wwwoffle PORTVERSION= 2.9j +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.gedanken.org.uk/software/wwwoffle/download/ @@ -14,6 +15,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls USES= cpe perl5 gmake tar:tgz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc --with-ipv6 \ --with-gnutls=${LOCALBASE} \ --with-spooldir=${WWWOFFLE_SPOOL} \ diff --git a/www/wwwoffle/pkg-plist b/www/wwwoffle/pkg-plist index d95727be56c3..bae93e60755a 100644 --- a/www/wwwoffle/pkg-plist +++ b/www/wwwoffle/pkg-plist @@ -10,9 +10,9 @@ bin/wwwoffle-rm bin/wwwoffle-tools bin/wwwoffle-write @sample etc/wwwoffle.conf.sample -man/man1/wwwoffle.1.gz -man/man5/wwwoffle.conf.5.gz -man/man8/wwwoffled.8.gz +share/man/man1/wwwoffle.1.gz +share/man/man5/wwwoffle.conf.5.gz +share/man/man8/wwwoffled.8.gz sbin/wwwoffled %%DOCSDIR%%/CHANGES.CONF %%DOCSDIR%%/COPYING
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261433.41QEXQL4020587>