svn commit: r314163 - head/sysutils/condor

Max Brazhnikov makc at FreeBSD.org
Thu Mar 14 14:19:27 UTC 2013


Author: makc
Date: Thu Mar 14 14:19:26 2013
New Revision: 314163
URL: http://svnweb.freebsd.org/changeset/ports/314163

Log:
  Clean-up cmake usage
  
  Approved by:	Jason Bacon (maintainer)

Modified:
  head/sysutils/condor/Makefile

Modified: head/sysutils/condor/Makefile
==============================================================================
--- head/sysutils/condor/Makefile	Thu Mar 14 13:59:40 2013	(r314162)
+++ head/sysutils/condor/Makefile	Thu Mar 14 14:19:26 2013	(r314163)
@@ -21,8 +21,6 @@ USE_LDCONFIG=	yes
 USE_CMAKE=	yes
 USE_PERL5=	yes
 USE_PGSQL=	server
-CMAKE_INSTALL_PREFIX=	${PREFIX}
-CMAKE_VERBOSE=	yes
 CXXFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-rpath=${LOCALBASE}/lib:/usr/lib:/lib
 CMAKE_ARGS+=	-DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \


More information about the svn-ports-head mailing list