x11/libXcomposite: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
e8d69259d8
commit
9d5ff307dd
2 changed files with 15 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= libXcomposite
|
PORTNAME= libXcomposite
|
||||||
PORTVERSION= 0.4.6
|
PORTVERSION= 0.4.6
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
|
@ -14,6 +15,8 @@ EXTRACT_SUFX= .tar.xz
|
||||||
USES= xorg xorg-cat:lib
|
USES= xorg xorg-cat:lib
|
||||||
USE_XORG= x11 xfixes xext xorgproto
|
USE_XORG= x11 xfixes xext xorgproto
|
||||||
|
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -4,15 +4,15 @@ lib/libXcomposite.so
|
||||||
lib/libXcomposite.so.1
|
lib/libXcomposite.so.1
|
||||||
lib/libXcomposite.so.1.0.0
|
lib/libXcomposite.so.1.0.0
|
||||||
libdata/pkgconfig/xcomposite.pc
|
libdata/pkgconfig/xcomposite.pc
|
||||||
man/man3/Xcomposite.3.gz
|
share/man/man3/Xcomposite.3.gz
|
||||||
man/man3/XCompositeQueryExtension.3.gz
|
share/man/man3/XCompositeQueryExtension.3.gz
|
||||||
man/man3/XCompositeQueryVersion.3.gz
|
share/man/man3/XCompositeQueryVersion.3.gz
|
||||||
man/man3/XCompositeVersion.3.gz
|
share/man/man3/XCompositeVersion.3.gz
|
||||||
man/man3/XCompositeRedirectWindow.3.gz
|
share/man/man3/XCompositeRedirectWindow.3.gz
|
||||||
man/man3/XCompositeRedirectSubwindows.3.gz
|
share/man/man3/XCompositeRedirectSubwindows.3.gz
|
||||||
man/man3/XCompositeUnredirectWindow.3.gz
|
share/man/man3/XCompositeUnredirectWindow.3.gz
|
||||||
man/man3/XCompositeUnredirectSubwindows.3.gz
|
share/man/man3/XCompositeUnredirectSubwindows.3.gz
|
||||||
man/man3/XCompositeCreateRegionFromBorderClip.3.gz
|
share/man/man3/XCompositeCreateRegionFromBorderClip.3.gz
|
||||||
man/man3/XCompositeNameWindowPixmap.3.gz
|
share/man/man3/XCompositeNameWindowPixmap.3.gz
|
||||||
man/man3/XCompositeGetOverlayWindow.3.gz
|
share/man/man3/XCompositeGetOverlayWindow.3.gz
|
||||||
man/man3/XCompositeReleaseOverlayWindow.3.gz
|
share/man/man3/XCompositeReleaseOverlayWindow.3.gz
|
||||||
|
|
Loading…
Reference in a new issue