diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
commit | f061af8080abfb59038d436c3e16778abbf8a5a5 (patch) | |
tree | 78c3dfe188b146eabede69f8db503043af83c8b4 /emulators | |
parent | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (diff) | |
download | FreeBSD-ports-f061af8080abfb59038d436c3e16778abbf8a5a5.zip FreeBSD-ports-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.gz |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index ea0fe6d..60e4b6a 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -3,12 +3,12 @@ # Date created: 5 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.9 1996/11/12 02:16:47 obrien Exp $ +# $Id: Makefile,v 1.10 1996/11/17 05:48:41 obrien Exp $ # DISTNAME= mtools-3.0 CATEGORIES= emulators -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= jmz@FreeBSD.org |