Index: head/emulators/mtools/Makefile =================================================================== --- head/emulators/mtools/Makefile (revision 6246) +++ head/emulators/mtools/Makefile (revision 6247) @@ -1,34 +1,35 @@ # 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} MAINTAINER= jmz@FreeBSD.org HAS_CONFIGURE= yes CONFIGURE_ARGS+=--enable-xdf --prefix=${PREFIX} 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: @cd ${WRKSRC}; for f in config.c mtools.5 mtools.texi; do \ mv $$f $$f.orig; \ sed -e s:/etc/mtools.conf:${PREFIX}/etc/mtools.conf: \ < $$f.orig > $$f; done post-install: @install -c ${WRKSRC}/mtools.conf ${PREFIX}/etc + @install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir .include Property changes on: head/emulators/mtools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/emulators/mtools/distinfo =================================================================== --- head/emulators/mtools/distinfo (revision 6246) +++ head/emulators/mtools/distinfo (revision 6247) @@ -1 +1 @@ -MD5 (mtools-3.5a.tar.gz) = 9d30c3a4d3e6f2a33c757ab3c915111b +MD5 (mtools-3.6.tar.gz) = 87f670df9bec4537598182429c1ffb8e Property changes on: head/emulators/mtools/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/emulators/mtools/pkg-plist =================================================================== --- head/emulators/mtools/pkg-plist (revision 6246) +++ head/emulators/mtools/pkg-plist (revision 6247) @@ -1,71 +1,75 @@ bin/mtools @exec ln -fs %D/%F %B/mattrib @exec ln -fs %D/%F %B/mcd @exec ln -fs %D/%F %B/mcopy @exec ln -fs %D/%F %B/mdel @exec ln -fs %D/%F %B/mdeltree @exec ln -fs %D/%F %B/mdir @exec ln -fs %D/%F %B/mformat @exec ln -fs %D/%F %B/minfo @exec ln -fs %D/%F %B/mlabel @exec ln -fs %D/%F %B/mmd @exec ln -fs %D/%F %B/mmount @exec ln -fs %D/%F %B/mmove @exec ln -fs %D/%F %B/mpartition @exec ln -fs %D/%F %B/mrd @exec ln -fs %D/%F %B/mread @exec ln -fs %D/%F %B/mren @exec ln -fs %D/%F %B/mtype @exec ln -fs %D/%F %B/mwrite @exec ln -fs %D/%F %B/mtoolstest @exec ln -fs %D/%F %B/mbadblocks @exec ln -fs %D/%F %B/mzip @unexec rm %B/mattrib @unexec rm %B/mcd @unexec rm %B/mcopy @unexec rm %B/mdel @unexec rm %B/mdeltree @unexec rm %B/mdir @unexec rm %B/mformat @unexec rm %B/minfo @unexec rm %B/mlabel @unexec rm %B/mmd @unexec rm %B/mmount @unexec rm %B/mmove @unexec rm %B/mpartition @unexec rm %B/mrd @unexec rm %B/mread @unexec rm %B/mren @unexec rm %B/mtype @unexec rm %B/mwrite @unexec rm %B/mtoolstest @unexec rm %B/mbadblocks @unexec rm %B/mzip bin/mcheck bin/mkmanifest 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 man/man1/mcd.1.gz man/man1/mcopy.1.gz man/man1/mdel.1.gz man/man1/mdeltree.1.gz man/man1/mdir.1.gz man/man1/mformat.1.gz man/man1/mkmanifest.1.gz man/man1/mlabel.1.gz man/man1/mmd.1.gz man/man1/mmount.1.gz man/man1/mmove.1.gz man/man1/mrd.1.gz man/man1/mread.1.gz man/man1/mren.1.gz 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 Property changes on: head/emulators/mtools/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property