Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 03:06:58 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523603 - head/multimedia/vapoursynth
Message-ID:  <202001200306.00K36wR8066932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jan 20 03:06:58 2020
New Revision: 523603
URL: https://svnweb.freebsd.org/changeset/ports/523603

Log:
  multimedia/vapoursynth: simplify manpages location after r523104

Modified:
  head/multimedia/vapoursynth/Makefile   (contents, props changed)
  head/multimedia/vapoursynth/pkg-plist   (contents, props changed)

Modified: head/multimedia/vapoursynth/Makefile
==============================================================================
--- head/multimedia/vapoursynth/Makefile	Mon Jan 20 02:12:37 2020	(r523602)
+++ head/multimedia/vapoursynth/Makefile	Mon Jan 20 03:06:58 2020	(r523603)
@@ -128,7 +128,7 @@ post-install-DOCS-on:
 		"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
 	@if [ -n "${PORT_OPTIONS:MVSPIPE}" ]; then \
 		${INSTALL_MAN} -v ${WRKSRC}/doc/_build/man/vspipe.1 \
-			${STAGEDIR}${MAN1PREFIX}/man/man1; \
+			${STAGEDIR}${PREFIX}/share/man/man1; \
 	fi
 
 .include <bsd.port.mk>

Modified: head/multimedia/vapoursynth/pkg-plist
==============================================================================
--- head/multimedia/vapoursynth/pkg-plist	Mon Jan 20 02:12:37 2020	(r523602)
+++ head/multimedia/vapoursynth/pkg-plist	Mon Jan 20 03:06:58 2020	(r523603)
@@ -11,7 +11,6 @@
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/vapoursynth.so
 %%VSSCRIPT%%libdata/pkgconfig/vapoursynth-script.pc
 %%CORE%%libdata/pkgconfig/vapoursynth.pc
-%%DOCS%%%%VSPIPE%%man/man1/vspipe.1.gz
 %%EEDI3%%%%DATADIR%%/libeedi3.so
 %%IMAGEMAGICK%%%%DATADIR%%/libimwri.so
 %%MISCFILTERS%%%%DATADIR%%/libmiscfilters.so
@@ -21,3 +20,4 @@
 %%ASS%%%%DATADIR%%/libsubtext.so
 %%VINVERSE%%%%DATADIR%%/libvinverse.so
 %%VIVTC%%%%DATADIR%%/libvivtc.so
+%%DOCS%%%%VSPIPE%%share/man/man1/vspipe.1.gz



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