Date: Mon, 26 Feb 2024 16:37:01 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: 327e8318ecc0 - main - www/yaws: Moved man to share/man Message-ID: <202402261637.41QGb1hw025075@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=327e8318ecc019b7f1679104e8278d62957765a7 commit 327e8318ecc019b7f1679104e8278d62957765a7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 14:37:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 16:36:21 +0000 www/yaws: Moved man to share/man Approved by: portmgr (blanket) --- www/yaws/Makefile | 2 ++ www/yaws/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/www/yaws/Makefile b/www/yaws/Makefile index ac2300ca4e48..b08f005944b5 100644 --- a/www/yaws/Makefile +++ b/www/yaws/Makefile @@ -1,5 +1,6 @@ PORTNAME= yaws PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= LOCAL/dch @@ -30,6 +31,7 @@ WWW_DESC= Install sample applications APPDIR= ${PREFIX}/lib/erlang/lib/yaws-${PORTVERSION} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --localstatedir=/var CONFIGURE_ENV= wwwdir=${WWWDIR} yawsdir=${APPDIR} INSTALL_TARGET= install-strip diff --git a/www/yaws/pkg-plist b/www/yaws/pkg-plist index ac71aa61e91d..258cc17f6ed3 100644 --- a/www/yaws/pkg-plist +++ b/www/yaws/pkg-plist @@ -82,10 +82,10 @@ lib/erlang/lib/yaws-%%VERSION%%/priv/wsdl.xsd lib/erlang/lib/yaws-%%VERSION%%/priv/wsdl11soap12.xsd lib/erlang/lib/yaws-%%VERSION%%/priv/xml.xsd libdata/pkgconfig/yaws.pc -man/man1/yaws.1.gz -man/man5/yaws.conf.5.gz -man/man5/yaws_api.5.gz -man/man5/yaws_soap_lib.5.gz +share/man/man1/yaws.1.gz +share/man/man5/yaws.conf.5.gz +share/man/man5/yaws_api.5.gz +share/man/man5/yaws_soap_lib.5.gz %%WWW%%%%WWWDIR%%/END %%WWW%%%%WWWDIR%%/END2 %%WWW%%%%WWWDIR%%/HEAD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261637.41QGb1hw025075>