diff options
Diffstat (limited to 'emulators/mtools/Makefile')
-rw-r--r-- | emulators/mtools/Makefile | 5 |
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> |