aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 17:40:25 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 17:52:34 +0000
commit6d2fc0d4efae4bef2e2302aaf757178e0054d0e7 (patch)
tree687ebf28c4059c7b0f5b68e753885b3ae0cb0f2a /x11-toolkits
parentfbc137c1e7f7d51adeed783e8ca6e67a10545ef5 (diff)
downloadports-6d2fc0d4efae4bef2e2302aaf757178e0054d0e7.tar.gz
ports-6d2fc0d4efae4bef2e2302aaf757178e0054d0e7.zip
x11-toolkits/tktray: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/tktray/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile
index 05195c3e7bb9..8d013caf9a45 100644
--- a/x11-toolkits/tktray/Makefile
+++ b/x11-toolkits/tktray/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tktray
PORTVERSION= 1.3.9
+PORTREVISION= 1
CATEGORIES= x11-toolkits tk
MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/tktray/tktray1.3.9.tar.gz/6f7f22e7c6f1d7dc9f7e19ee2e9a82aa/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -11,8 +12,10 @@ WWW= https://sw4me.com/wiki/Tktray
USES+= tk:tea xorg
USE_XORG= x11 xext
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
PLIST_FILES= lib/${TCL_PKG}/libtktray.so.1 \
lib/${TCL_PKG}/pkgIndex.tcl \
- man/mann/${PORTNAME}.n.gz
+ share/man/mann/${PORTNAME}.n.gz
.include <bsd.port.mk>