1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

x11/wmsystemtray: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 20:17:47 +01:00
parent 5c831c632c
commit 16c57d82cf
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -1,5 +1,6 @@
PORTNAME= wmsystemtray
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= x11 windowmaker afterstep
MASTER_SITES= SF/wmsystemtray/wmsystemtray
@ -14,6 +15,7 @@ USES= pkgconfig xorg
USE_XORG= ice sm x11 xext xfixes xmu xpm
GNU_CONFIGURE= yes
PLIST_FILES= bin/wmsystemtray man/man1/wmsystemtray.1.gz
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/wmsystemtray share/man/man1/wmsystemtray.1.gz
.include <bsd.port.mk>