git: 7b6beb646f76 - main - math/xldlas: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:07:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b6beb646f763d38443db9cea36bccd631f28f3d commit 7b6beb646f763d38443db9cea36bccd631f28f3d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 19:32:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 19:32:31 +0000 math/xldlas: Moved man to share/man Approved by: portmgr (blanket) --- math/xldlas/Makefile | 4 ++-- math/xldlas/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index be451e1a9ea6..c1570452c792 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -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} diff --git a/math/xldlas/pkg-plist b/math/xldlas/pkg-plist index ee1ea409110d..656744107dcd 100644 --- a/math/xldlas/pkg-plist +++ b/math/xldlas/pkg-plist @@ -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