Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2022 12:09:41 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a58c770172e - main - graphics/exifprobe: install manpage into canonical location
Message-ID:  <202211081209.2A8C9fRj002708@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a58c770172eb7bc33cb74d092c8e2ad4534854d

commit 1a58c770172eb7bc33cb74d092c8e2ad4534854d
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-11-07 16:54:40 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-11-08 12:09:17 +0000

    graphics/exifprobe: install manpage into canonical location
---
 graphics/exifprobe/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/graphics/exifprobe/Makefile b/graphics/exifprobe/Makefile
index ef2300cb9962..a81ed42ab429 100644
--- a/graphics/exifprobe/Makefile
+++ b/graphics/exifprobe/Makefile
@@ -10,8 +10,8 @@ MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/exifgrep \
 		bin/exifprobe \
-		man/man1/exifgrep.1.gz \
-		man/man1/exifprobe.1.gz
+		share/man/man1/exifgrep.1.gz \
+		share/man/man1/exifprobe.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|cc|${CC}|; s|-DC|${CFLAGS} -DC|' \
@@ -20,7 +20,7 @@ post-patch:
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/exifgrep ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_PROGRAM} ${WRKSRC}/exifprobe ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/exifgrep.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
-	${INSTALL_MAN} ${WRKSRC}/exifprobe.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/exifgrep.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/exifprobe.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211081209.2A8C9fRj002708>