diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-04 22:43:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-04 22:43:18 +0800 |
commit | 5f1b99af9dad8184193c92f0ba2431fbc67ed6cf (patch) | |
tree | 224691422c3b8eec423cbab870ec0edbe24f4682 /textproc | |
parent | 3db3db5576c85a41c10a505804aeaae68231d921 (diff) | |
download | freebsd-ports-gnome-5f1b99af9dad8184193c92f0ba2431fbc67ed6cf.tar.gz freebsd-ports-gnome-5f1b99af9dad8184193c92f0ba2431fbc67ed6cf.tar.zst freebsd-ports-gnome-5f1b99af9dad8184193c92f0ba2431fbc67ed6cf.zip |
Fix typo
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/clucene/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/clucene/Makefile b/textproc/clucene/Makefile index af43b0474b19..78f2694d5ea8 100644 --- a/textproc/clucene/Makefile +++ b/textproc/clucene/Makefile @@ -20,7 +20,7 @@ USES= cmake iconv USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_CONTRIBS_LIB=ON -CXXFLAGS+= -D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFIRMANCE_ +CXXFLAGS+= -D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR_REL}|' \ |