diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 04:20:56 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 04:20:56 +0000 |
commit | 3e06b4b94458dd05f474edf1efdefa911ac13b95 (patch) | |
tree | e54a447fbd1cfa0945214f528ad7831738aeed02 /chinese | |
parent | 8d7dd7c3d3a2077d3b480845eee18c7bf36fe3b9 (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libchewing/Makefile | 4 |
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> |