mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/xrestop: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
e0f0d7870d
commit
2050172b88
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xrestop
|
PORTNAME= xrestop
|
||||||
PORTVERSION= 0.4
|
PORTVERSION= 0.4
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -10,6 +10,7 @@ WWW= https://www.freedesktop.org/wiki/Software/xrestop/
|
||||||
USES= gmake pkgconfig ncurses xorg xorg-cat:app
|
USES= gmake pkgconfig ncurses xorg xorg-cat:app
|
||||||
USE_XORG= x11 xext xrender xt xres xorgproto
|
USE_XORG= x11 xext xrender xt xres xorgproto
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USE_GITLAB= yes
|
USE_GITLAB= yes
|
||||||
GL_TAGNAME= 5e3d606e9e055c2442e90285b6fe7ffdc2f721b8
|
GL_TAGNAME= 5e3d606e9e055c2442e90285b6fe7ffdc2f721b8
|
||||||
|
|
||||||
|
@ -17,6 +18,6 @@ CONFIGURE_ENV= XLIBS="-L${LOCALBASE}/lib -lX11"
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue