svn commit: r523552 - head/textproc/pdfoutline

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 19 11:11:13 UTC 2020


Author: sunpoet
Date: Sun Jan 19 11:11:12 2020
New Revision: 523552
URL: https://svnweb.freebsd.org/changeset/ports/523552

Log:
  Update manpage location (r523104)

Modified:
  head/textproc/pdfoutline/Makefile

Modified: head/textproc/pdfoutline/Makefile
==============================================================================
--- head/textproc/pdfoutline/Makefile	Sun Jan 19 11:11:06 2020	(r523551)
+++ head/textproc/pdfoutline/Makefile	Sun Jan 19 11:11:12 2020	(r523552)
@@ -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>


More information about the svn-ports-all mailing list