aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 14:44:11 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 14:50:12 +0000
commita45500b797c754354a7583137cbcf28901063ef6 (patch)
treed1c7de18c032a29d8673eb592692eb6e9364eec0
parent7b6d3c01c24e307ed3316e9f482e5c1488222ea0 (diff)
downloadports-a45500b797c754354a7583137cbcf28901063ef6.tar.gz
ports-a45500b797c754354a7583137cbcf28901063ef6.zip
devel/tcl-mmap: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/tcl-mmap/Makefile5
1 files changed, 4 insertions, 1 deletions
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: