x11-toolkits/tktray: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 18:40:25 +01:00
parent fbc137c1e7
commit 6d2fc0d4ef
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 4 additions and 1 deletions

View File

@ -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>