Skip to content

Commit

Permalink
archivers/cabextract: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 30, 2024
1 parent 6901ec5 commit 45d5797
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion archivers/cabextract/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cabextract
PORTVERSION= 1.11
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= https://www.cabextract.org.uk/ \
LOCAL/sunpoet
Expand All @@ -15,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe iconv

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

CPE_VENDOR= cabextract_project

Expand All @@ -25,7 +27,7 @@ DOCS= AUTHORS ChangeLog NEWS README TODO \
OPTIONS_DEFINE= DOCS

post-install:
${INSTALL_MAN} ${WRKSRC}/doc/ja/cabextract.1 ${STAGEDIR}${PREFIX}/man/ja/man1
${INSTALL_MAN} ${WRKSRC}/doc/ja/cabextract.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down
4 changes: 2 additions & 2 deletions archivers/cabextract/pkg-plist
@@ -1,6 +1,6 @@
bin/cabextract
man/ja/man1/cabextract.1.gz
man/man1/cabextract.1.gz
share/man/ja/man1/cabextract.1.gz
share/man/man1/cabextract.1.gz
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/NEWS
Expand Down

0 comments on commit 45d5797

Please sign in to comment.