games/xskat: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
147251ce87
commit
a3ea0e8a8e
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= xskat
|
PORTNAME= xskat
|
||||||
PORTVERSION= 4.0
|
PORTVERSION= 4.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://www.xskat.de/
|
MASTER_SITES= http://www.xskat.de/
|
||||||
|
|
||||||
@ -16,8 +16,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|||||||
USES= xorg
|
USES= xorg
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
PLIST_FILES= bin/xskat \
|
PLIST_FILES= bin/xskat \
|
||||||
man/man1/xskat.1.gz \
|
share/man/man1/xskat.1.gz \
|
||||||
man/man1/xskat-de.1.gz
|
share/man/man1/xskat-de.1.gz
|
||||||
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib -lX11
|
LDFLAGS+= -L${LOCALBASE}/lib -lX11
|
||||||
@ -28,7 +28,7 @@ post-patch:
|
|||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/xskat ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/xskat ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/xskat.1 ${STAGEDIR}${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/xskat.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
${INSTALL_MAN} ${WRKSRC}/xskat-de.1 ${STAGEDIR}${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/xskat-de.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user