diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-02-02 17:18:11 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-02-02 17:18:11 +0000 |
commit | ace79d2e905e372a4dae264bd6edce6ba70ac1bb (patch) | |
tree | 762ea0fa438038f1d8baad0d776a52f71e7d4f97 /chinese | |
parent | 28f9dc291236ced6dd21ca80dd5b629f35d68c60 (diff) |
Fix build zh-xemacs-mule port.
Reported by: pointyhat(kris)
Notes
Notes:
svn path=/head/; revision=155092
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xemacs21/Makefile | 5 | ||||
-rw-r--r-- | chinese/xemacs21/files/patch-Makefile.in.in | 11 | ||||
-rw-r--r-- | chinese/xemacs21/pkg-plist | 2 |
3 files changed, 14 insertions, 4 deletions
diff --git a/chinese/xemacs21/Makefile b/chinese/xemacs21/Makefile index 7f33ba888421..7b33abb6bbbf 100644 --- a/chinese/xemacs21/Makefile +++ b/chinese/xemacs21/Makefile @@ -10,15 +10,14 @@ CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org COMMENT= XEmacs text editor version 21, with XIM support and Big5 settings +MD5_FILE= ${.CURDIR}/../../editors/xemacs21-mule/distinfo PLIST= ${.CURDIR}/pkg-plist PKGMESSAGE= ${.CURDIR}/pkg-message XEMACS_MAJOR_VER= 21 -WITH_XIM= --with-xim=xlib -BUILD_INPUT_METHOD= xcin2.5:${PORTSDIR}/chinese/xcin25 +WITH_XCIN25= yes # xemacs21-mule-common needs this. -PATCHDIR= ${.CURDIR}/../../editors/xemacs21-mule/files WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs21-mule/work SLAVE_PORT= yes diff --git a/chinese/xemacs21/files/patch-Makefile.in.in b/chinese/xemacs21/files/patch-Makefile.in.in new file mode 100644 index 000000000000..7607097576f1 --- /dev/null +++ b/chinese/xemacs21/files/patch-Makefile.in.in @@ -0,0 +1,11 @@ +--- Makefile.in.in.orig Fri Nov 25 10:38:19 2005 ++++ Makefile.in.in Fri Nov 25 10:38:28 2005 +@@ -429,7 +429,7 @@ + do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \ + else true; fi + #ifdef PDUMP +- ${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}-`src/${PROGNAME} -sd`.dmp ++ ${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}.dmp + #endif + #ifdef WIN32_NATIVE + ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME} diff --git a/chinese/xemacs21/pkg-plist b/chinese/xemacs21/pkg-plist index bbceebc1a6ba..017e6e9fee12 100644 --- a/chinese/xemacs21/pkg-plist +++ b/chinese/xemacs21/pkg-plist @@ -20,5 +20,5 @@ lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/config.values @dirrmtry lib/xemacs/mule-packages/etc/app-defaults @dirrmtry lib/xemacs/mule-packages/etc @dirrmtry lib/xemacs/mule-packages -@dirrm lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%% +@dirrmtry lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%% @dirrm lib/xemacs-%%XEMACS_VER%%/etc/app-defaults/zh_TW.Big5 |