x11/xrestop: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 20:28:31 +01:00
parent e0f0d7870d
commit 2050172b88
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -1,6 +1,6 @@
PORTNAME= xrestop
PORTVERSION= 0.4
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= x11
MAINTAINER= ports@FreeBSD.org
@ -10,6 +10,7 @@ WWW= https://www.freedesktop.org/wiki/Software/xrestop/
USES= gmake pkgconfig ncurses xorg xorg-cat:app
USE_XORG= x11 xext xrender xt xres xorgproto
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_GITLAB= yes
GL_TAGNAME= 5e3d606e9e055c2442e90285b6fe7ffdc2f721b8
@ -17,6 +18,6 @@ CONFIGURE_ENV= XLIBS="-L${LOCALBASE}/lib -lX11"
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/xrestop man/man1/xrestop.1.gz
PLIST_FILES= bin/xrestop share/man/man1/xrestop.1.gz
.include <bsd.port.mk>