svn commit: r530796 - head/graphics/autopano-sift-c
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Apr 5 17:47:31 UTC 2020
Author: amdmi3
Date: Sun Apr 5 17:47:19 2020
New Revision: 530796
URL: https://svnweb.freebsd.org/changeset/ports/530796
Log:
- Switch to share/man
Modified:
head/graphics/autopano-sift-c/Makefile
head/graphics/autopano-sift-c/pkg-plist
Modified: head/graphics/autopano-sift-c/Makefile
==============================================================================
--- head/graphics/autopano-sift-c/Makefile Sun Apr 5 16:31:35 2020 (r530795)
+++ head/graphics/autopano-sift-c/Makefile Sun Apr 5 17:47:19 2020 (r530796)
@@ -26,8 +26,7 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-patch:
- @${REINPLACE_CMD} -e 's|share/man|man|' -e '/set(all_libs/s/$$/ m/' \
- ${WRKSRC}/CMakeLists.txt
+ @${REINPLACE_CMD} -e '/set(all_libs/s/$$/ m/' ${WRKSRC}/CMakeLists.txt
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Modified: head/graphics/autopano-sift-c/pkg-plist
==============================================================================
--- head/graphics/autopano-sift-c/pkg-plist Sun Apr 5 16:31:35 2020 (r530795)
+++ head/graphics/autopano-sift-c/pkg-plist Sun Apr 5 17:47:19 2020 (r530796)
@@ -2,7 +2,7 @@ bin/autopano
bin/autopano-c-complete.sh
bin/autopano-sift-c
bin/generatekeys
-man/man1/autopano-c-complete.1.gz
-man/man1/autopano.1.gz
-man/man1/generatekeys.1.gz
-man/man7/autopano-sift-c.7.gz
+share/man/man1/autopano-c-complete.1.gz
+share/man/man1/autopano.1.gz
+share/man/man1/generatekeys.1.gz
+share/man/man7/autopano-sift-c.7.gz
More information about the svn-ports-head
mailing list