1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Update manpage location (r523104)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-19 11:11:12 +00:00
parent 5018b65946
commit aae1b6fb8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523552

View File

@ -23,7 +23,7 @@ NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/pdfoutline \
man/man1/pdfoutline.1.gz
share/man/man1/pdfoutline.1.gz
GH_ACCOUNT= eugmes
GH_PROJECT= fntsample
@ -37,6 +37,6 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pdfoutline ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/pdfoutline.1 ${STAGEDIR}${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/pdfoutline.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>