Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2013 21:39:15 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321020 - head/graphics/rawtherapee
Message-ID:  <201306152139.r5FLdFLR034745@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/,.*//}"
 



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