summaryrefslogtreecommitdiff
path: root/emulators/mtools
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 /emulators/mtools
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 'emulators/mtools')
-rw-r--r--emulators/mtools/Makefile5
-rw-r--r--emulators/mtools/pkg-plist1
2 files changed, 1 insertions, 5 deletions
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 <bsd.port.mk>
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