aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/mtools/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-06-06 06:32:11 +0800
committermharo <mharo@FreeBSD.org>1999-06-06 06:32:11 +0800
commitd27edf52986a3f634e493451ba0a43f64be2cfc2 (patch)
treec93047466dbf9daea5ade970b9464515c4feac22 /emulators/mtools/Makefile
parent588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff)
downloadfreebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz
freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.zst
freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.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.
Diffstat (limited to 'emulators/mtools/Makefile')
-rw-r--r--emulators/mtools/Makefile5
1 files changed, 1 insertions, 4 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>