git: a45500b797c7 - main - devel/tcl-mmap: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 14:50:48 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a45500b797c754354a7583137cbcf28901063ef6 commit a45500b797c754354a7583137cbcf28901063ef6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 14:44:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 14:50:12 +0000 devel/tcl-mmap: Moved man to share/man Approved by: portmgr (blanket) --- devel/tcl-mmap/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/tcl-mmap/Makefile b/devel/tcl-mmap/Makefile index d1b7598382ea..1535c98717b2 100644 --- a/devel/tcl-mmap/Makefile +++ b/devel/tcl-mmap/Makefile @@ -1,5 +1,6 @@ PORTNAME= tcl-mmap PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF @@ -11,9 +12,11 @@ LICENSE= GPLv3 USES+= tcl:tea +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + PLIST_FILES= lib/${TCL_PKG}/pkgIndex.tcl \ lib/${TCL_PKG}/lib${TCL_PKG}.so \ - man/mann/${PORTNAME}.n.gz + share/man/mann/${PORTNAME}.n.gz TEST_TARGET= do-test do-test: