svn commit: r321020 - head/graphics/rawtherapee

Matthias Andree mandree at FreeBSD.org
Sat Jun 15 21:39:16 UTC 2013


Author: mandree
Date: Sat Jun 15 21:39:15 2013
New Revision: 321020
URL: http://svnweb.freebsd.org/changeset/ports/321020

Log:
  Run paranoia test from post-install.

Modified:
  head/graphics/rawtherapee/Makefile

Modified: head/graphics/rawtherapee/Makefile
==============================================================================
--- head/graphics/rawtherapee/Makefile	Sat Jun 15 21:38:43 2013	(r321019)
+++ head/graphics/rawtherapee/Makefile	Sat Jun 15 21:39:15 2013	(r321020)
@@ -61,7 +61,7 @@ post-patch:
 
 # paranoia: run rawtherapee --help to be sure it finds all its
 # shared libraries (this hinges on proper RPATH setting and propagation)
-post-build:
+post-install:
 	${PREFIX}/bin/rawtherapee --help 2>&1 \
 	| ${EGREP} -q "RawTherapee, version ${PKGVERSION:C/_.*//:C/,.*//}"
 


More information about the svn-ports-all mailing list