Skip to content

Commit

Permalink
x11/xbanish: 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 16c57d8 commit c5676bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x11/xbanish/Makefile
@@ -1,6 +1,7 @@
PORTNAME= xbanish
DISTVERSIONPREFIX= v
DISTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= x11

MAINTAINER= dmgk@FreeBSD.org
Expand All @@ -14,9 +15,9 @@ USE_GITHUB= yes
GH_ACCOUNT= jcs
USE_XORG= x11 xext xfixes xi xt

MAKE_ARGS= X11BASE="${LOCALBASE}"
MAKE_ARGS= X11BASE="${LOCALBASE}" MANDIR="${PREFIX}/share/man/man1"

PLIST_FILES= bin/xbanish \
man/man1/xbanish.1.gz
share/man/man1/xbanish.1.gz

.include <bsd.port.mk>

0 comments on commit c5676bf

Please sign in to comment.