diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-01-08 23:47:09 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-01-08 23:47:09 +0800 |
commit | 08f0bb874a88055280db2f7110296675b6c6ff00 (patch) | |
tree | 360c9e60f5123ba29753edee7df1e02d59a23692 /chinese/libchewing | |
parent | 245b6faab674434f93a57103fd800bc5dd63429c (diff) | |
download | freebsd-ports-gnome-08f0bb874a88055280db2f7110296675b6c6ff00.tar.gz freebsd-ports-gnome-08f0bb874a88055280db2f7110296675b6c6ff00.tar.zst freebsd-ports-gnome-08f0bb874a88055280db2f7110296675b6c6ff00.zip |
Support STAGEDIR.
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'chinese/libchewing')
-rw-r--r-- | chinese/libchewing/Makefile | 4 | ||||
-rw-r--r-- | chinese/libchewing/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index b3fb6ec7b10a..2a47e543807d 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -9,8 +9,6 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= clsung@FreeBSD.org COMMENT= The Chewing intelligent phonetic input method library -INFO= libchewing - USES= gmake pkgconfig pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -18,8 +16,8 @@ USE_BZIP2= yes DATADIR= ${PREFIX}/share/chewing PROJECTHOST= chewing +INFO= libchewing -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" diff --git a/chinese/libchewing/pkg-plist b/chinese/libchewing/pkg-plist index 56000a532d32..4ec230fe61ad 100644 --- a/chinese/libchewing/pkg-plist +++ b/chinese/libchewing/pkg-plist @@ -16,5 +16,5 @@ libdata/pkgconfig/chewing.pc %%DATADIR%%/swkb.dat %%DATADIR%%/symbols.dat %%DATADIR%%/us_freq.dat -@dirrm include/chewing @dirrm %%DATADIR%% +@dirrm include/chewing |