summaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-04-20 01:28:48 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-04-20 01:28:48 +0000
commit0a1819bd2829c7ed870f700dd9be402a8f769f3f (patch)
tree3b66bc1a8eddc099d81f37189c2f9eedf35b2a65 /emulators/mtools
parentMove the <dirent.h> include to after <sys/types.h> or it won't compile. (diff)
We are now at version 3.6
Notes
Notes: svn path=/head/; revision=6247
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/Makefile9
-rw-r--r--emulators/mtools/distinfo2
-rw-r--r--emulators/mtools/pkg-plist4
3 files changed, 10 insertions, 5 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 884550a9c9ce..ee4b600b6152 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: mtools
-# Version required: 3.5a
+# Version required: 3.6
# Date created: 5 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.13 1997/04/03 02:38:43 jmz Exp $
+# $Id: Makefile,v 1.14 1997/04/10 23:26:20 jmz Exp $
#
-DISTNAME= mtools-3.5a
+DISTNAME= mtools-3.6
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GNU}
@@ -19,7 +19,7 @@ USE_GMAKE= yes
MAN1= mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \
mdir.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 \
- mrd.1 mread.1 mren.1 mtoolstest.1 mtools.1 mtype.1 mwrite.1
+ mrd.1 mread.1 mren.1 mtoolstest.1 mtools.1 mtype.1 mwrite.1 mzip.1
MAN5= mtools.5
post-patch:
@@ -30,5 +30,6 @@ post-patch:
post-install:
@install -c ${WRKSRC}/mtools.conf ${PREFIX}/etc
+ @install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/emulators/mtools/distinfo b/emulators/mtools/distinfo
index 010a14c3356f..8d90cab911a6 100644
--- a/emulators/mtools/distinfo
+++ b/emulators/mtools/distinfo
@@ -1 +1 @@
-MD5 (mtools-3.5a.tar.gz) = 9d30c3a4d3e6f2a33c757ab3c915111b
+MD5 (mtools-3.6.tar.gz) = 87f670df9bec4537598182429c1ffb8e
diff --git a/emulators/mtools/pkg-plist b/emulators/mtools/pkg-plist
index 245e9e3ad1e9..2e7bbee09732 100644
--- a/emulators/mtools/pkg-plist
+++ b/emulators/mtools/pkg-plist
@@ -47,6 +47,9 @@ bin/mxtar
bin/xcopy
bin/mcomp
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
+@unexec install-info --delete %D/info/mtools.info %D/info/dir
etc/mtools.conf
man/man1/mattrib.1.gz
man/man1/mbadblocks.1.gz
@@ -68,4 +71,5 @@ man/man1/mtoolstest.1.gz
man/man1/mtools.1.gz
man/man1/mtype.1.gz
man/man1/mwrite.1.gz
+man/man1/mzip.1.gz
man/man5/mtools.5.gz