Skip to content

Commit

Permalink
databases/tcl-lmdb: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 3, 2024
1 parent c595a72 commit 6928d3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion databases/tcl-lmdb/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= tcl-lmdb
PORTVERSION= 0.4.3
PORTREVISION= 1
CATEGORIES= databases

MAINTAINER= gahr@FreeBSD.org
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6928d3a

Please sign in to comment.