Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 15:48:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329056 - head/math/vtk
Message-ID:  <201310021548.r92Fm22s039492@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  2 15:48:02 2013
New Revision: 329056
URL: http://svnweb.freebsd.org/changeset/ports/329056

Log:
  Fix index build by ugly workarounding ugly thing, this port should probably just be removed

Modified:
  head/math/vtk/Makefile

Modified: head/math/vtk/Makefile
==============================================================================
--- head/math/vtk/Makefile	Wed Oct  2 15:37:35 2013	(r329055)
+++ head/math/vtk/Makefile	Wed Oct  2 15:48:02 2013	(r329056)
@@ -210,6 +210,6 @@ print-pkg-message:
 
 post-install: print-pkg-message
 
-.ifndef(PKGNAMESUFFIX)
+.ifndef(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} == 4
 .include <bsd.port.post.mk>
 .endif



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