git: 94648d806d59 - main - www/webalizer: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 16:27:42 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=94648d806d59dd0e4690c27233c6c254c7252396 commit 94648d806d59dd0e4690c27233c6c254c7252396 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-11 16:26:16 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-11 16:26:16 +0000 www/webalizer: use ${PREFIX}/share/man --- www/webalizer/Makefile | 4 ++-- www/webalizer/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 477868bd3501..63539f1ff559 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -1,6 +1,6 @@ PORTNAME= webalizer PORTVERSION= 2.23.8 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES+= www MASTER_SITES= ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/:main \ http://flags.blogpotato.de/zip/:flags @@ -165,7 +165,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/sample.conf \ ${STAGEDIR}${PREFIX}/etc/${PKGNAMEPREFIX}webalizer.conf-dist ; .for i in ${LMAN1} - ${INSTALL_MAN} ${WRKSRC}/${i:S/^${PKGNAMEPREFIX}//} ${STAGEDIR}${PREFIX}/man/man1/${i} + ${INSTALL_MAN} ${WRKSRC}/${i:S/^${PKGNAMEPREFIX}//} ${STAGEDIR}${PREFIX}/share/man/man1/${i} .endfor .if ${PORT_OPTIONS:MGEODB} || ${PORT_OPTIONS:MGEOIP} ${MKDIR} ${STAGEDIR}${PREFIX}/share/geolizer diff --git a/www/webalizer/pkg-plist b/www/webalizer/pkg-plist index dd3c0eeb9b25..d3f0079fc367 100644 --- a/www/webalizer/pkg-plist +++ b/www/webalizer/pkg-plist @@ -2,8 +2,6 @@ bin/%%PKGNAMEPREFIX%%webalizer bin/%%PKGNAMEPREFIX%%webazolver bin/%%PKGNAMEPREFIX%%wcmgr etc/%%PKGNAMEPREFIX%%webalizer.conf-dist -man/man1/%%PKGNAMEPREFIX%%webalizer.1.gz -man/man1/%%PKGNAMEPREFIX%%wcmgr.1.gz %%WITH_ICONS%%share/geolizer/README %%WITH_ICONS%%share/geolizer/a1.png %%WITH_ICONS%%share/geolizer/a2.png @@ -270,3 +268,5 @@ man/man1/%%PKGNAMEPREFIX%%wcmgr.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/msfree.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/webalizer.png +share/man/man1/%%PKGNAMEPREFIX%%webalizer.1.gz +share/man/man1/%%PKGNAMEPREFIX%%wcmgr.1.gz