git: 0420aa81e49a - main - www/mod_mono/: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 21:41:37 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0420aa81e49aa0dd384bf2f228104685f623aff1 commit 0420aa81e49aa0dd384bf2f228104685f623aff1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 21:31:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 21:40:49 +0000 www/mod_mono/: Moved man to share/man Approved by: portmgr (blanket) --- www/mod_mono/Makefile | 5 +++-- www/mod_mono/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www/mod_mono/Makefile b/www/mod_mono/Makefile index 164f0a1ceb9b..66b81754f95f 100644 --- a/www/mod_mono/Makefile +++ b/www/mod_mono/Makefile @@ -1,6 +1,6 @@ PORTNAME= mod_mono PORTVERSION= 3.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -18,7 +18,8 @@ RUN_DEPENDS= xsp:www/xsp USES= apache libtool mono pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static --man=${PREFIX}/man +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ARGS= --disable-static --man=${PREFIX}/share/man INSTALL_TARGET= install PLIST_SUB= MOD_MONOCONFDIR=${MOD_MONOCONFDIR} diff --git a/www/mod_mono/pkg-plist b/www/mod_mono/pkg-plist index 0d7d164cad3b..973a66757deb 100644 --- a/www/mod_mono/pkg-plist +++ b/www/mod_mono/pkg-plist @@ -1,3 +1,3 @@ %%MOD_MONOCONFDIR%%/mod_mono.conf %%APACHEMODDIR%%/%%AP_MODULE%% -man/man8/mod_mono.8.gz +share/man/man8/mod_mono.8.gz