svn commit: r336412 - head/textproc/clucene

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 14 01:03:12 UTC 2013


Author: bapt
Date: Sat Dec 14 01:03:12 2013
New Revision: 336412
URL: http://svnweb.freebsd.org/changeset/ports/336412

Log:
  Support stage

Modified:
  head/textproc/clucene/Makefile

Modified: head/textproc/clucene/Makefile
==============================================================================
--- head/textproc/clucene/Makefile	Sat Dec 14 01:01:32 2013	(r336411)
+++ head/textproc/clucene/Makefile	Sat Dec 14 01:03:12 2013	(r336412)
@@ -22,7 +22,6 @@ USE_LDCONFIG=	yes
 CMAKE_ARGS=	-DBUILD_CONTRIBS_LIB=ON
 CXXFLAGS+=	-D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR_REL}|' \
 	    ${WRKSRC}/src/core/CMakeLists.txt


More information about the svn-ports-all mailing list