Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2020 17:47:20 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530796 - head/graphics/autopano-sift-c
Message-ID:  <202004051747.035HlKkM024000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004051747.035HlKkM024000>