Skip to content

Commit

Permalink
x11/xrestop: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent e0f0d78 commit 2050172
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x11/xrestop/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xrestop
PORTVERSION= 0.4
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= x11

MAINTAINER= ports@FreeBSD.org
Expand All @@ -10,13 +10,14 @@ 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 <bsd.port.mk>

0 comments on commit 2050172

Please sign in to comment.