git: 6928d3a11398 - main - databases/tcl-lmdb: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 11:08:25 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=6928d3a1139823ea82db118124324812ac53dca5 commit 6928d3a1139823ea82db118124324812ac53dca5 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-03 10:46:03 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-03 11:08:08 +0000 databases/tcl-lmdb: Move man pages to share/man Approved by: portmgr (blanket) --- databases/tcl-lmdb/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/databases/tcl-lmdb/Makefile b/databases/tcl-lmdb/Makefile index 843717da5271..58e816b43aa8 100644 --- a/databases/tcl-lmdb/Makefile +++ b/databases/tcl-lmdb/Makefile @@ -1,5 +1,6 @@ PORTNAME= tcl-lmdb PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org @@ -15,7 +16,9 @@ USES= gmake tcl:tea USE_GITHUB= yes GH_ACCOUNT= ray2501 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-system-lmdb +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -24,7 +27,7 @@ TEST_TARGET= test PLIST_FILES= lib/${TCL_PKG}/lib${TCL_PKG}.so \ lib/${TCL_PKG}/pkgIndex.tcl \ - man/mann/lmdb.n.gz + share/man/mann/lmdb.n.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${TCL_PKG}/lib${TCL_PKG}.so