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

x11/wmctrl: Moved man to share/man

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

View File

@ -1,6 +1,6 @@
PORTNAME= wmctrl
PORTVERSION= 1.07
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= x11
MASTER_SITES= http://sweb.cz/tripie/utils/wmctrl/dist/
@ -12,9 +12,10 @@ LICENSE= GPLv2
USES= gnome pkgconfig xorg
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_XORG= x11 xmu xext xt
USE_GNOME= glib20
PLIST_FILES= bin/wmctrl man/man1/${PORTNAME}.1.gz
PLIST_FILES= bin/wmctrl share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>