graphics/exifprobe: install manpage into canonical location

This commit is contained in:
Dmitry Marakasov 2022-11-07 19:54:40 +03:00
parent a309971953
commit 1a58c77017
1 changed files with 4 additions and 4 deletions

View File

@ -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>