diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-14 09:03:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-14 09:03:12 +0800 |
commit | a0e227a2e85383ba5016d8f67bce693a5505dd6d (patch) | |
tree | f168b77e599346541853c55bec80a05083aca9fd /textproc/clucene | |
parent | 75d833352a03f775d66a4a3d9187328bcf3aa2e9 (diff) | |
download | freebsd-ports-gnome-a0e227a2e85383ba5016d8f67bce693a5505dd6d.tar.gz freebsd-ports-gnome-a0e227a2e85383ba5016d8f67bce693a5505dd6d.tar.zst freebsd-ports-gnome-a0e227a2e85383ba5016d8f67bce693a5505dd6d.zip |
Support stage
Diffstat (limited to 'textproc/clucene')
-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 |