mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/stjerm: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
a0bdab2654
commit
2e678aa5f2
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= stjerm
|
PORTNAME= stjerm
|
||||||
PORTVERSION= 0.18
|
PORTVERSION= 0.18
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= lichray@gmail.com
|
MAINTAINER= lichray@gmail.com
|
||||||
|
@ -14,11 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
LIBS+= -L${LOCALBASE}/lib -lXinerama
|
LIBS+= -L${LOCALBASE}/lib -lXinerama
|
||||||
USES= autoreconf gmake gnome pkgconfig xorg
|
USES= autoreconf gmake gnome pkgconfig xorg
|
||||||
USE_GNOME= vte gtk20
|
USE_GNOME= vte gtk20
|
||||||
USE_XORG= xinerama
|
USE_XORG= xinerama
|
||||||
|
|
||||||
PLIST_FILES= bin/stjerm man/man8/${PORTNAME}.8.gz
|
PLIST_FILES= bin/stjerm share/man/man8/${PORTNAME}.8.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue