git: a39cbe0e3c16 - main - archivers/lha: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 16:46:27 UTC
The branch main has been updated by dinoex:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a39cbe0e3c16843cde943161da4f85169c630f95
commit a39cbe0e3c16843cde943161da4f85169c630f95
Author: Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-11 16:46:18 +0000
Commit: Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-11 16:46:18 +0000
archivers/lha: use ${PREFIX}/share/man
---
archivers/lha/Makefile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile
index b18c8b01cbef..0db09fdc7a4f 100644
--- a/archivers/lha/Makefile
+++ b/archivers/lha/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lha
PORTVERSION= 1.14i
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= archivers
MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
@@ -18,16 +18,17 @@ USES= cpe
CPE_VENDOR= tsugio_okamoto
PLIST_FILES= bin/lha
-PLIST_FILES+= man/ja/man1/lha.1.gz
+PLIST_FILES+= share/man/ja/man1/lha.1.gz
PLIST_FILES+= share/${UNIQUE_PREFIX}${PORTNAME}/lha-114i.tar.gz
.if !defined(DISABLE_LICENSES)
PLIST_FILES+= share/licenses/${PKGNAME}/LICENSE.en
.endif
do-install:
- -${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1 ${STAGEDIR}${DATADIR} ${STAGEDIR}${_LICENSE_DIR}
+ -${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 \
+ ${STAGEDIR}${DATADIR} ${STAGEDIR}${_LICENSE_DIR}
${INSTALL_PROGRAM} ${WRKSRC}/src/lha ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/man/lha.n ${STAGEDIR}${PREFIX}/man/ja/man1/lha.1
+ ${INSTALL_MAN} ${WRKSRC}/man/lha.n ${STAGEDIR}${PREFIX}/share/man/ja/man1/lha.1
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${DATADIR}/
.if !defined(DISABLE_LICENSES)
${INSTALL_DATA} ${FILESDIR}/LICENSE.en ${STAGEDIR}${_LICENSE_DIR}/