diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-03 02:17:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-03 02:17:34 +0000 |
commit | 9e28324574d4b5a6ddc33fe1d93f5a1a909d4dfe (patch) | |
tree | 11d0b96e3ffc9178e93a95279e2c9d72880e6924 /emulators/cpmtools | |
parent | f220987ee3098bdf4d2110f48717fc0aae89648a (diff) | |
download | ports-9e28324574d4b5a6ddc33fe1d93f5a1a909d4dfe.tar.gz ports-9e28324574d4b5a6ddc33fe1d93f5a1a909d4dfe.zip |
Notes
Diffstat (limited to 'emulators/cpmtools')
-rw-r--r-- | emulators/cpmtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index 4731c9364277..b3bc48a47ae3 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -3,13 +3,13 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.11 1995/07/13 01:12:29 asami Exp $ +# $Id: Makefile,v 1.12 1995/11/22 11:48:07 asami Exp $ # DISTNAME= cpm-1.1 PKGNAME= cpmtools-1.1 CATEGORIES+= emulators -MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.org WRKSRC= ${WRKDIR}/cpm |