summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-07-19 14:22:30 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-07-19 14:22:30 +0000
commit5d7d820639e76fc89d4586e09c19fcf1fdc21b14 (patch)
treefd4f26f5b2019f632f511b7feeb7bd7841e1d876 /editors
parentUpdate to the latest courier-imap 0.36a (diff)
(1) /usr/share/info/dir was renamed to dir-tmpl.
(2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile CV: ----------------------------------------------------------------------
Notes
Notes: svn path=/head/; revision=30867
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs21-mule-common/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/xemacs21-mule-common/Makefile b/editors/xemacs21-mule-common/Makefile
index 566d605a00df..00aa17b813ab 100644
--- a/editors/xemacs21-mule-common/Makefile
+++ b/editors/xemacs21-mule-common/Makefile
@@ -73,9 +73,6 @@ pre-install:
.endfor
.endfor
(cd ${PREFIX}/lib/xemacs; ${MKDIR} info etc site-lisp)
- if [ ! -f ${PREFIX}/lib/xemacs/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/lib/xemacs/info/dir; \
- fi
post-install::
@if [ -f ${PKGDIR}/INSTALL ]; then \