Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2014 18:18:19 +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: r371460 - head/math/ufc
Message-ID:  <201410241818.s9OIIJaK067627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Oct 24 18:18:18 2014
New Revision: 371460
URL: https://svnweb.freebsd.org/changeset/ports/371460
QAT: https://qat.redports.org/buildarchive/r371460/

Log:
  Unbreak
  
  Reported by:	pkg-fallout

Modified:
  head/math/ufc/Makefile
  head/math/ufc/pkg-plist

Modified: head/math/ufc/Makefile
==============================================================================
--- head/math/ufc/Makefile	Fri Oct 24 17:41:38 2014	(r371459)
+++ head/math/ufc/Makefile	Fri Oct 24 18:18:18 2014	(r371460)
@@ -16,8 +16,6 @@ LIB_DEPENDS=	libboost_math_c99.so:${PORT
 # LICENSE=	public domain
 
 USES=		cmake python:2
-USE_PYTHON=	distutils
-PYDISTUTILS_PKGNAME=	ufc
 
 CMAKE_ARGS+=	-DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig
 

Modified: head/math/ufc/pkg-plist
==============================================================================
--- head/math/ufc/pkg-plist	Fri Oct 24 17:41:38 2014	(r371459)
+++ head/math/ufc/pkg-plist	Fri Oct 24 18:18:18 2014	(r371460)
@@ -15,7 +15,3 @@ libdata/pkgconfig/ufc-1.pc
 %%DATADIR%%/UFCConfig.cmake
 %%DATADIR%%/UFCConfigVersion.cmake
 %%DATADIR%%/UseUFC.cmake
-@dirrm %%DATADIR%%
-@dirrm %%PYTHON_SITELIBDIR%%/ufc_utils
-@dirrm %%PYTHON_SITELIBDIR%%/ufc
-@dirrmtry include/swig



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