mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/xldlas: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
1e81862e43
commit
7b6beb646f
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xldlas
|
PORTNAME= xldlas
|
||||||
PORTVERSION= 0.85
|
PORTVERSION= 0.85
|
||||||
PORTREVISION= 9
|
PORTREVISION= 10
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= SUNSITE/apps/graphics/visualization
|
MASTER_SITES= SUNSITE/apps/graphics/visualization
|
||||||
EXTRACT_SUFX= -source.tgz
|
EXTRACT_SUFX= -source.tgz
|
||||||
|
@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/xldlas
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${STAGEDIR}${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||||
${CP} -R ${WRKSRC}/help ${STAGEDIR}${DATADIR}
|
${CP} -R ${WRKSRC}/help ${STAGEDIR}${DATADIR}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/xldlas
|
bin/xldlas
|
||||||
man/man1/xldlas.1.gz
|
share/man/man1/xldlas.1.gz
|
||||||
%%DATADIR%%/help/analysis.help
|
%%DATADIR%%/help/analysis.help
|
||||||
%%DATADIR%%/help/data.help
|
%%DATADIR%%/help/data.help
|
||||||
%%DATADIR%%/help/file.help
|
%%DATADIR%%/help/file.help
|
||||||
|
|
Loading…
Add table
Reference in a new issue