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. --- emulators/mtools/Makefile | 5 +---- emulators/mtools/pkg-plist | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'emulators/mtools') diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 779e4a3ba23f..a8c9de7940e3 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -3,7 +3,7 @@ # Date created: 5 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.26 1999/01/31 12:31:06 obrien Exp $ +# $Id: Makefile,v 1.27 1999/04/18 12:03:49 jmz Exp $ # DISTNAME= mtools-3.9.4 @@ -45,9 +45,6 @@ post-install: @ln -sf ${PREFIX}/man/man1/mcopy.1.gz ${PREFIX}/man/man1/mwrite.1.gz @${INSTALL_DATA} ${WRKSRC}/mtools.conf ${PREFIX}/etc @${ECHO} "Please verify ${PREFIX}/etc/mtools.conf for your machine." - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi @install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir .include diff --git a/emulators/mtools/pkg-plist b/emulators/mtools/pkg-plist index c8fa4d71422f..e082a669eefd 100644 --- a/emulators/mtools/pkg-plist +++ b/emulators/mtools/pkg-plist @@ -53,7 +53,6 @@ bin/mkmanifest bin/mxtar @unexec install-info --delete %D/info/mtools.info %D/info/dir info/mtools.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/mtools.info %D/info/dir etc/mtools.conf @exec ln -fs %D/man/man1/mcopy.1.gz %D/man/man1/mwrite.1.gz -- cgit v1.2.3