aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2000-07-19 22:22:30 +0800
committertaoka <taoka@FreeBSD.org>2000-07-19 22:22:30 +0800
commitd6c1807ebccce7ccdc88989f9d40cecaac44e1bb (patch)
tree004650d4d14758439f279649b3d37240739ca36c /editors
parentf9381661a76be07b8c8c540982514459be14448b (diff)
downloadfreebsd-ports-gnome-d6c1807ebccce7ccdc88989f9d40cecaac44e1bb.tar.gz
freebsd-ports-gnome-d6c1807ebccce7ccdc88989f9d40cecaac44e1bb.tar.zst
freebsd-ports-gnome-d6c1807ebccce7ccdc88989f9d40cecaac44e1bb.zip
(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: ----------------------------------------------------------------------
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 \