git: 84991a6ce0d6 - main - graphics/exiftags: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:29:29 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=84991a6ce0d624d0d9d0872b76e7d8c6995f1775
commit 84991a6ce0d624d0d9d0872b76e7d8c6995f1775
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:27:14 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:29:03 +0000
graphics/exiftags: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
graphics/exiftags/Makefile | 3 ++-
graphics/exiftags/pkg-plist | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/graphics/exiftags/Makefile b/graphics/exiftags/Makefile
index f93ab473a121..63b6bd5f8e82 100644
--- a/graphics/exiftags/Makefile
+++ b/graphics/exiftags/Makefile
@@ -1,5 +1,6 @@
PORTNAME= exiftags
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://johnst.org/sw/exiftags/
@@ -18,7 +19,7 @@ OPTIONS_DEFINE= DOCS
do-install:
.for i in exifcom exiftags exiftime
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${i}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${i}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.endfor
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in CHANGES README
diff --git a/graphics/exiftags/pkg-plist b/graphics/exiftags/pkg-plist
index 5a9d8d11401b..35206dce6431 100644
--- a/graphics/exiftags/pkg-plist
+++ b/graphics/exiftags/pkg-plist
@@ -1,8 +1,8 @@
bin/exifcom
bin/exiftags
bin/exiftime
-man/man1/exifcom.1.gz
-man/man1/exiftags.1.gz
-man/man1/exiftime.1.gz
+share/man/man1/exifcom.1.gz
+share/man/man1/exiftags.1.gz
+share/man/man1/exiftime.1.gz
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/README