aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-03-15 19:55:03 +0800
committermakc <makc@FreeBSD.org>2013-03-15 19:55:03 +0800
commit635c636f8e74836037cc905e3bdae6e8d6e7006a (patch)
tree0003ae5d89d0a719bd6e6d9d1493b75411da819c /textproc
parent74c1ca1cc15cc6b5e7c6a3ed304d285dbb99303d (diff)
downloadfreebsd-ports-gnome-635c636f8e74836037cc905e3bdae6e8d6e7006a.tar.gz
freebsd-ports-gnome-635c636f8e74836037cc905e3bdae6e8d6e7006a.tar.zst
freebsd-ports-gnome-635c636f8e74836037cc905e3bdae6e8d6e7006a.zip
Remove CMAKE_INSTALL_PREFIX from CMAKE_ARGS, bsd.cmake.mk already does it
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ibus-qt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ibus-qt/Makefile b/textproc/ibus-qt/Makefile
index e4a89ffd518b..6b6e0c881dd8 100644
--- a/textproc/ibus-qt/Makefile
+++ b/textproc/ibus-qt/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ibus-1.0.pc:${PORTSDIR}/textproc/ibu
USE_QT4= gui dbus moc_build qmake_build moc_build uic_build rcc_build
USE_CMAKE= yes
-CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX=${PREFIX} -DDOCDIR=${PREFIX}/share/doc/ibus-qt
+CMAKE_ARGS= -DDOCDIR=${PREFIX}/share/doc/ibus-qt
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib