diff options
Diffstat (limited to 'emulators/mtools/Makefile')
-rw-r--r-- | emulators/mtools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 8a9a76280411..accd7b450ecc 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -3,13 +3,16 @@ # Date created: 5 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.21 1998/05/07 09:52:34 obrien Exp $ +# $Id: Makefile,v 1.22 1998/05/22 06:26:27 mph Exp $ # DISTNAME= mtools-3.9.1 CATEGORIES= emulators MASTER_SITES= ftp://linux.wauug.org/pub/knaff/mtools/ +PATCHFILES= mtools-3.9.1-2906.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= jmz@FreeBSD.org HAS_CONFIGURE= yes |