mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
astro/xmoontool: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
1adcb63ca4
commit
40cd061a77
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xmoontool
|
PORTNAME= xmoontool
|
||||||
PORTVERSION= 3.0.3
|
PORTVERSION= 3.0.3
|
||||||
PORTREVISION= 8
|
PORTREVISION= 9
|
||||||
CATEGORIES= astro
|
CATEGORIES= astro
|
||||||
MASTER_SITES= http://www.senax.net/xmoontool/
|
MASTER_SITES= http://www.senax.net/xmoontool/
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ WWW= http://www.senax.net/xmoontool/xmoontool.html
|
||||||
USES= motif xorg
|
USES= motif xorg
|
||||||
USE_XORG= x11 xt
|
USE_XORG= x11 xt
|
||||||
|
|
||||||
PLIST_FILES= bin/xmoontool man/man1/xmoontool.1.gz
|
PLIST_FILES= bin/xmoontool share/man/man1/xmoontool.1.gz
|
||||||
PORTDOCS= NOTES
|
PORTDOCS= NOTES
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS LIBNOVA
|
OPTIONS_DEFINE= DOCS LIBNOVA
|
||||||
|
@ -23,7 +23,7 @@ LIBNOVA_LIB_DEPENDS= libnova.so:astro/libnova
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/xmoontool ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/xmoontool ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/xmoontool.1 ${STAGEDIR}${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/xmoontool.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
|
|
||||||
do-install-DOCS-on:
|
do-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue