aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs23
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
commit5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch)
treed22580c3f5bea1154b95655a82046161cfa9fd35 /editors/emacs23
parentdefb095decee8e3dde8b4102faa6e782be7704c2 (diff)
downloadports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.tar.gz
ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.zip
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Notes
Notes: svn path=/head/; revision=19223
Diffstat (limited to 'editors/emacs23')
-rw-r--r--editors/emacs23/Makefile5
-rw-r--r--editors/emacs23/pkg-plist1
2 files changed, 1 insertions, 5 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 99f83e2f2059..5e3ef7f9bc72 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.37 1999/03/08 07:28:22 asami Exp $
+# $Id: Makefile,v 1.38 1999/03/11 21:47:10 scrappy Exp $
#
DISTNAME= emacs-19.34b
@@ -32,9 +32,6 @@ post-install:
.for file in emacs-19.34 emacsclient etags ctags b2m
strip ${PREFIX}/bin/${file}
.endfor
- if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
diff --git a/editors/emacs23/pkg-plist b/editors/emacs23/pkg-plist
index 2284811017d7..bd28773b2034 100644
--- a/editors/emacs23/pkg-plist
+++ b/editors/emacs23/pkg-plist
@@ -100,7 +100,6 @@ info/viper-1
info/viper-2
info/viper-3
info/viper-4
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/emacs %D/info/dir
@exec install-info %D/info/vip %D/info/dir
@exec install-info %D/info/viper %D/info/dir