d907fad14d
- Host distfiles at my place per request from maintainer - Kill reference to X11BASE, now everything in LOCALBASE - Rename patches to match our name convention, also update them if necessary openvanilla-modules: - Add Chewing module scim-openvanilla: - Remove pkg-plist, use PLIST_FILES for small # of files - Remove hack for objformat removal, no longer needed PR: ports/112721 Submitted by: Li-Lun Wang <llwang at infor.org> (maintainer)
13 lines
642 B
Text
13 lines
642 B
Text
--- Modules/OVIMSpaceChewing/Makefile.orig Mon May 14 14:23:34 2007
|
|
+++ Modules/OVIMSpaceChewing/Makefile Tue May 15 22:20:23 2007
|
|
@@ -31,8 +31,8 @@
|
|
MODULEID=OVIMSpaceChewing
|
|
SOURCES=OVIMSpaceChewing
|
|
|
|
-LIBCHEWING_PREFIX?=/usr/local
|
|
-LIBCHEWING_VERSION?=$(shell perl -n -e 'print "$$1\n" if /Version: (.+)/' < $(LIBCHEWING_PREFIX)/lib/pkgconfig/chewing.pc)
|
|
+LIBCHEWING_PREFIX?=${LOCALBASE}
|
|
+LIBCHEWING_VERSION?=$(shell perl -n -e 'print "$$1\n" if /Version: (.+)/' < $(LIBCHEWING_PREFIX)/libdata/pkgconfig/chewing.pc)
|
|
|
|
DATA=$(LIBCHEWING_PREFIX)/share/chewing/ch_index.dat \
|
|
$(LIBCHEWING_PREFIX)/share/chewing/dict.dat \
|