git: a9b0a7c269e4 - main - devel/tclbsd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 14:50:49 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9b0a7c269e4c7c28224ece82fe10f5c33a83931 commit a9b0a7c269e4c7c28224ece82fe10f5c33a83931 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 14:47:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 14:50:13 +0000 devel/tclbsd: Moved man to share/man Approved by: portmgr (blanket) --- devel/tclbsd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/tclbsd/Makefile b/devel/tclbsd/Makefile index 4acd021c746a..f4f77ce02f40 100644 --- a/devel/tclbsd/Makefile +++ b/devel/tclbsd/Makefile @@ -1,6 +1,6 @@ PORTNAME= tclbsd PORTVERSION= 1.9.2 -PORTREVISION= 0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -19,10 +19,12 @@ TCL_PKG= BSD${PORTVERSION} USE_GITHUB= yes GH_ACCOUNT= flightaware +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + PLIST_FILES= lib/${TCL_PKG}/bsd_procs.tcl \ lib/${TCL_PKG}/lib${TCL_PKG}.so \ lib/${TCL_PKG}/pkgIndex.tcl \ - man/mann/bsd.n.gz + share/man/mann/bsd.n.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${TCL_PKG}/lib${TCL_PKG}.so