1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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

View File

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