mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-toolkits/tktray: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
fbc137c1e7
commit
6d2fc0d4ef
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= tktray
|
PORTNAME= tktray
|
||||||
PORTVERSION= 1.3.9
|
PORTVERSION= 1.3.9
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits tk
|
CATEGORIES= x11-toolkits tk
|
||||||
MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/tktray/tktray1.3.9.tar.gz/6f7f22e7c6f1d7dc9f7e19ee2e9a82aa/
|
MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/tktray/tktray1.3.9.tar.gz/6f7f22e7c6f1d7dc9f7e19ee2e9a82aa/
|
||||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||||
|
@ -11,8 +12,10 @@ WWW= https://sw4me.com/wiki/Tktray
|
||||||
USES+= tk:tea xorg
|
USES+= tk:tea xorg
|
||||||
USE_XORG= x11 xext
|
USE_XORG= x11 xext
|
||||||
|
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= lib/${TCL_PKG}/libtktray.so.1 \
|
PLIST_FILES= lib/${TCL_PKG}/libtktray.so.1 \
|
||||||
lib/${TCL_PKG}/pkgIndex.tcl \
|
lib/${TCL_PKG}/pkgIndex.tcl \
|
||||||
man/mann/${PORTNAME}.n.gz
|
share/man/mann/${PORTNAME}.n.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue