git: 6d2fc0d4efae - main - x11-toolkits/tktray: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 17:53:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d2fc0d4efae4bef2e2302aaf757178e0054d0e7 commit 6d2fc0d4efae4bef2e2302aaf757178e0054d0e7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:40:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 17:52:34 +0000 x11-toolkits/tktray: Moved man to share/man Approved by: portmgr (blanket) --- x11-toolkits/tktray/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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>