git: 8c3aa6f8a5b8 - main - net/keama: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 17:10:50 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c3aa6f8a5b81d730e8db7944b84af5125d08809 commit 8c3aa6f8a5b81d730e8db7944b84af5125d08809 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-11 17:10:41 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-11 17:10:41 +0000 net/keama: use ${PREFIX}/share/man --- net/keama/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/keama/Makefile b/net/keama/Makefile index 78c5306279bd..e6b1beba2928 100644 --- a/net/keama/Makefile +++ b/net/keama/Makefile @@ -1,6 +1,7 @@ PORTNAME= keama ISCVERSION= 4.4.3-P1 PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ISC/${PORTNAME}/${PORTVERSION:S/P/-P/g} \ ZI @@ -20,6 +21,7 @@ OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+=--localstatedir=/var CPPFLAGS+= -D_PATH_DHCPD_CONF='\"${PREFIX}/etc/dhcpd.conf\"' CFLAGS+= -fPIC @@ -29,7 +31,7 @@ SCRIPTS_ENV+= PKG_PREFIX=${PREFIX} DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} -PLIST_FILES= sbin/keama man/man8/keama.8.gz \ +PLIST_FILES= sbin/keama share/man/man8/keama.8.gz \ %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.md \ %%PORTDOCS%%%%DOCSDIR%%/README.md \