diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-14 01:03:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-14 01:03:12 +0000 |
commit | f97693945b8a268f6599b304ec965458147fcc12 (patch) | |
tree | f168b77e599346541853c55bec80a05083aca9fd /textproc | |
parent | 06b35399fdc4036832559b3eb980398477c1c4f0 (diff) | |
download | ports-f97693945b8a268f6599b304ec965458147fcc12.tar.gz ports-f97693945b8a268f6599b304ec965458147fcc12.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/clucene/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/clucene/Makefile b/textproc/clucene/Makefile index b6aa3776abed..78f2694d5ea8 100644 --- a/textproc/clucene/Makefile +++ b/textproc/clucene/Makefile @@ -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 |