Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 10:13:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458925 - head/math/prng
Message-ID:  <201801131013.w0DADndh074579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 13 10:13:48 2018
New Revision: 458925
URL: https://svnweb.freebsd.org/changeset/ports/458925

Log:
  Unbreak examples installation

Modified:
  head/math/prng/Makefile

Modified: head/math/prng/Makefile
==============================================================================
--- head/math/prng/Makefile	Sat Jan 13 10:10:40 2018	(r458924)
+++ head/math/prng/Makefile	Sat Jan 13 10:13:48 2018	(r458925)
@@ -26,7 +26,7 @@ post-install-DOCS-on:
 
 post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/examples/,} \
+	${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} \
 		${STAGEDIR}${EXAMPLESDIR}
 
 check regression-test test: build



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