summaryrefslogtreecommitdiff
path: root/lang/elisp-manual
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 /lang/elisp-manual
parentUpdate to 990522 release (diff)
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 'lang/elisp-manual')
-rw-r--r--lang/elisp-manual/Makefile7
-rw-r--r--lang/elisp-manual/pkg-plist1
2 files changed, 1 insertions, 7 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile
index 7a59230c08c7..5420cf2f3ca9 100644
--- a/lang/elisp-manual/Makefile
+++ b/lang/elisp-manual/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 November 1997
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
-# $Id: Makefile,v 1.2 1998/09/18 21:51:42 vanilla Exp $
+# $Id: Makefile,v 1.3 1999/01/25 12:42:57 kuriyama Exp $
#
DISTNAME= elisp-manual-20-2.5
@@ -17,9 +17,4 @@ GNU_CONFIGURE= yes
ALL_TARGET= elisp
-pre-install:
- @if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
-
.include <bsd.port.mk>
diff --git a/lang/elisp-manual/pkg-plist b/lang/elisp-manual/pkg-plist
index 7a56beec8566..b867cad0d254 100644
--- a/lang/elisp-manual/pkg-plist
+++ b/lang/elisp-manual/pkg-plist
@@ -1,4 +1,3 @@
@unexec install-info --delete %D/info/elisp %D/info/dir
info/elisp
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/elisp %D/info/dir