From 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 5 Jun 1999 22:32:11 +0000 Subject: 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. --- lang/elisp-manual/Makefile | 7 +------ lang/elisp-manual/pkg-plist | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'lang/elisp-manual') 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 # -# $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 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 -- cgit v1.2.3