git: ec1f36a9ab91 - main - x11-fonts/p5-type1inst: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 18:08:47 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ec1f36a9ab91a79f2b59a128396b22077310840f
commit ec1f36a9ab91a79f2b59a128396b22077310840f
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-23 16:10:25 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-23 18:08:32 +0000
x11-fonts/p5-type1inst: Move man pages to share/man
Approved by: portmgr (blanket)
---
x11-fonts/p5-type1inst/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile
index 88a150073b0a..c3be680a9407 100644
--- a/x11-fonts/p5-type1inst/Makefile
+++ b/x11-fonts/p5-type1inst/Makefile
@@ -1,6 +1,6 @@
PORTNAME= type1inst
PORTVERSION= 0.6.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11-fonts perl5
MASTER_SITES= SUNSITE/X11/xutils
PKGNAMEPREFIX= p5-
@@ -12,7 +12,7 @@ USES= perl5 shebangfix
NO_BUILD= yes
PORTDOCS= README
-PLIST_FILES= bin/t1embed bin/type1inst man/man1/type1inst.1.gz
+PLIST_FILES= bin/t1embed bin/type1inst share/man/man1/type1inst.1.gz
SHEBANG_FILES= type1inst t1embed
OPTIONS_DEFINE= DOCS X11
@@ -24,7 +24,7 @@ do-install:
(cd ${WRKSRC} && ${INSTALL_SCRIPT} type1inst t1embed \
${STAGEDIR}${PREFIX}/bin)
${INSTALL_MAN} ${WRKSRC}/type1inst.man \
- ${STAGEDIR}${PREFIX}/man/man1/type1inst.1
+ ${STAGEDIR}${PREFIX}/share/man/man1/type1inst.1
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}