mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/xcape: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
1e1d7f3bc5
commit
97101ffbc7
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= xcape
|
PORTNAME= xcape
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.2-9
|
DISTVERSION= 1.2-9
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSIONSUFFIX= -g6ded5b4
|
DISTVERSIONSUFFIX= -g6ded5b4
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
|
@ -17,9 +18,9 @@ GH_ACCOUNT= alols
|
||||||
USES= pkgconfig xorg
|
USES= pkgconfig xorg
|
||||||
USE_XORG= x11 xtst
|
USE_XORG= x11 xtst
|
||||||
|
|
||||||
MAKE_ARGS= PREFIX=${PREFIX} MANDIR=/man/man1
|
MAKE_ARGS= PREFIX=${PREFIX} MANDIR=/share/man/man1
|
||||||
|
|
||||||
PLIST_FILES= bin/xcape man/man1/xcape.1.gz
|
PLIST_FILES= bin/xcape share/man/man1/xcape.1.gz
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xcape
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xcape
|
||||||
|
|
Loading…
Add table
Reference in a new issue