summaryrefslogtreecommitdiffstats
path: root/misc/man.el
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1998-12-16 11:33:30 +0000
committerflathill <flathill@FreeBSD.org>1998-12-16 11:33:30 +0000
commit66b8339472028f9de05962a2935437194e3f935f (patch)
tree2f5a642f11f7a7726d534439ab12799a916f88bd /misc/man.el
parent17d2c1a0522cfb4141a113d75f171674a272c3b2 (diff)
downloadFreeBSD-ports-66b8339472028f9de05962a2935437194e3f935f.zip
FreeBSD-ports-66b8339472028f9de05962a2935437194e3f935f.tar.gz
PR: ports/9008
Submitted by: kiri@pis.toba-cmt.ac.jp Bug fix i18n-man-ja.el
Diffstat (limited to 'misc/man.el')
-rw-r--r--misc/man.el/Makefile15
-rw-r--r--misc/man.el/files/patch-aa10
2 files changed, 15 insertions, 10 deletions
diff --git a/misc/man.el/Makefile b/misc/man.el/Makefile
index 47dabe8..c85ec10 100644
--- a/misc/man.el/Makefile
+++ b/misc/man.el/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 September 1998
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1998/10/09 00:46:03 kuriyama Exp $
+# $Id: Makefile,v 1.2 1998/12/02 05:54:52 asami Exp $
#
DISTNAME= i18n-man-1.1
@@ -15,19 +15,14 @@ MAINTAINER= kiri@kiri.toba-cmt.ac.jp
RUN_DEPENDS= jman:${PORTSDIR}/japanese/man
-EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
NO_BUILD= yes
+WRKSRC= ${WRKDIR}
ELISPDIR= ${PREFIX}/share/emacs/site-lisp
do-install:
- @${MKDIR} ${ELISPDIR};
- @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILES} -C ${ELISPDIR}
- @files=`${EXTRACT_CMD} tzf ${DISTDIR}/${DISTFILES}`; \
- for f in $${files}; do \
- chown ${SHAREOWN}:${SHAREGRP} ${ELISPDIR}/$${f}; \
- chmod ${SHAREMODE} ${ELISPDIR}/$${f}; \
- done
+ @${MKDIR} ${ELISPDIR}
+ @cd ${WRKSRC}; \
+ ${INSTALL_DATA} `${EXTRACT_CMD} tzf ${DISTDIR}/${DISTFILES}` ${ELISPDIR}
.include <bsd.port.mk>
diff --git a/misc/man.el/files/patch-aa b/misc/man.el/files/patch-aa
new file mode 100644
index 0000000..92d7ba6
--- /dev/null
+++ b/misc/man.el/files/patch-aa
@@ -0,0 +1,10 @@
+--- i18n-man-ja.el~ Tue Dec 8 01:48:18 1998
++++ i18n-man-ja.el Tue Dec 8 01:48:48 1998
+@@ -62,7 +62,6 @@
+ "Hook for the Japanese manpage depend default coding system setting.
+ Also save original values of variable to the local variable temporary."
+ (setenv "LC_CTYPE" "ja_JP.EUC")
+- (setenv "MANPATH" (format "/usr/share/man/ja:" (getenv "MANPATH")))
+ (if (featurep 'mule)
+ (case emacs-major-version
+ (20 ;; XEmacs or Emacs-20.x (Mule-2.4, 3.0 or later) \ No newline at end of file
OpenPOWER on IntegriCloud