aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/libchewing
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-14 12:20:56 +0800
committerclsung <clsung@FreeBSD.org>2006-08-14 12:20:56 +0800
commita0469199b31dcf2b7a9f4016ee9801cba9d1c7b3 (patch)
tree32efd9ccf7e6bbdabecfa0b6d0414e3d460c2bed /chinese/libchewing
parent0b974f1b24ba353302d6afbbbef245b2146938b3 (diff)
downloadfreebsd-ports-gnome-a0469199b31dcf2b7a9f4016ee9801cba9d1c7b3.tar.gz
freebsd-ports-gnome-a0469199b31dcf2b7a9f4016ee9801cba9d1c7b3.tar.zst
freebsd-ports-gnome-a0469199b31dcf2b7a9f4016ee9801cba9d1c7b3.zip
- Respect DESTDIR
- Use USE_LDCONFIG PR: ports/101872 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'chinese/libchewing')
-rw-r--r--chinese/libchewing/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile
index 81da1d37bd16..4383213c5b91 100644
--- a/chinese/libchewing/Makefile
+++ b/chinese/libchewing/Makefile
@@ -17,8 +17,8 @@ COMMENT= The Chewing intelligent phonetic input method library
USE_GNOME= gnomehack pkgconfig
USE_GCC= 3.2+
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
-DATADIR= ${PREFIX}/share/chewing
+DATADIR= ${TARGETDIR}/share/chewing
.include <bsd.port.mk>