Skip to content

Commit

Permalink
x11/stjerm: 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 a0bdab2 commit 2e678aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x11/stjerm/Makefile
@@ -1,7 +1,7 @@
PORTNAME= stjerm
PORTVERSION= 0.18
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11

MAINTAINER= lichray@gmail.com
Expand All @@ -14,11 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
LIBS+= -L${LOCALBASE}/lib -lXinerama
USES= autoreconf gmake gnome pkgconfig xorg
USE_GNOME= vte gtk20
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>

0 comments on commit 2e678aa

Please sign in to comment.