diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile index 39f92a44950b..9a290ef8bfe0 100644 --- a/x11/xrestop/Makefile +++ b/x11/xrestop/Makefile @@ -1,22 +1,23 @@ PORTNAME= xrestop PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MAINTAINER= ports@FreeBSD.org COMMENT= X11 server side resource usage statistics monitor 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 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