git: 7edeb9bb3658 - main - misc/mime-support: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:29:23 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7edeb9bb36585018bf5cf18fb00ddd4ce48a1d1b
commit 7edeb9bb36585018bf5cf18fb00ddd4ce48a1d1b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:24:04 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:29:02 +0000
misc/mime-support: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
misc/mime-support/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/misc/mime-support/Makefile b/misc/mime-support/Makefile
index 01a1080d1326..558ae910600e 100644
--- a/misc/mime-support/Makefile
+++ b/misc/mime-support/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mime-support
PORTVERSION= 3.66
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= DEBIAN
MASTER_SITE_SUBDIR= pool/main/m/mailcap pool/main/m/media-types
@@ -19,13 +20,13 @@ NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/run-mailcap etc/mime.types \
- man/man1/run-mailcap.1.gz
+ share/man/man1/run-mailcap.1.gz
SHEBANG_FILES= mailcap/run-mailcap
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mailcap/run-mailcap ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/media-types/mime.types ${STAGEDIR}${PREFIX}/etc
- ${INSTALL_MAN} ${WRKSRC}/mailcap/run-mailcap.man ${STAGEDIR}${MANPREFIX}/man/man1/run-mailcap.1
+ ${INSTALL_MAN} ${WRKSRC}/mailcap/run-mailcap.man ${STAGEDIR}${PREFIX}/share/man/man1/run-mailcap.1
.include <bsd.port.mk>