Browse Source
math/xldlas: Moved man to share/man
Approved by: portmgr (blanket)
overlay
Muhammad Moinur Rahman
1 year ago
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with
3 additions and
3 deletions
-
math/xldlas/Makefile
-
math/xldlas/pkg-plist
|
|
@ -1,6 +1,6 @@ |
|
|
|
PORTNAME= xldlas |
|
|
|
PORTVERSION= 0.85 |
|
|
|
PORTREVISION= 9 |
|
|
|
PORTREVISION= 10 |
|
|
|
CATEGORIES= math |
|
|
|
MASTER_SITES= SUNSITE/apps/graphics/visualization |
|
|
|
EXTRACT_SUFX= -source.tgz |
|
|
@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/xldlas |
|
|
|
|
|
|
|
do-install: |
|
|
|
${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} |
|
|
|
${CP} -R ${WRKSRC}/help ${STAGEDIR}${DATADIR} |
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
bin/xldlas |
|
|
|
man/man1/xldlas.1.gz |
|
|
|
share/man/man1/xldlas.1.gz |
|
|
|
%%DATADIR%%/help/analysis.help |
|
|
|
%%DATADIR%%/help/data.help |
|
|
|
%%DATADIR%%/help/file.help |
|
|
|