mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/xcm: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
28aba05a73
commit
5c237b8869
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xcm
|
PORTNAME= xcm
|
||||||
PORTVERSION= 0.5.4
|
PORTVERSION= 0.5.4
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -15,7 +15,7 @@ LIB_DEPENDS= libXcm.so:x11/libXcm \
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= oyranos-cms
|
GH_ACCOUNT= oyranos-cms
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
CONFIGURE_ARGS= --mandir=${PREFIX}/share/man
|
||||||
USES= pkgconfig xorg
|
USES= pkgconfig xorg
|
||||||
USE_XORG= x11 xfixes xmu xt
|
USE_XORG= x11 xfixes xmu xt
|
||||||
|
|
||||||
|
@ -24,9 +24,9 @@ USE_XORG= x11 xfixes xmu xt
|
||||||
#USE_XORG= xcm
|
#USE_XORG= xcm
|
||||||
|
|
||||||
PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents bin/xcmhextobin \
|
PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents bin/xcmhextobin \
|
||||||
man/man1/xcm.1.gz \
|
share/man/man1/xcm.1.gz \
|
||||||
man/man1/xcmddc.1.gz man/man1/xcmedid.1.gz \
|
share/man/man1/xcmddc.1.gz share/man/man1/xcmedid.1.gz \
|
||||||
man/man1/xcmevents.1.gz man/man1/xcmhextobin.1.gz
|
share/man/man1/xcmevents.1.gz share/man/man1/xcmhextobin.1.gz
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
Loading…
Add table
Reference in a new issue