Skip to content

Commit

Permalink
www/mod_mono/: 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 398ceff commit 0420aa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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}
Expand All @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 0420aa8

Please sign in to comment.