diff options
author | steve <steve@FreeBSD.org> | 1998-08-10 12:06:49 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-10 12:06:49 +0000 |
commit | 6efe56f62cf7fdf51ae99568d7b2cfc8743823d9 (patch) | |
tree | dfe8010426ba07f34c3c37984298128e43818134 /emulators/cpmemu/Makefile | |
parent | 68a1a90bdebe71bbee4b92fd91a4d382c687865e (diff) | |
download | FreeBSD-ports-6efe56f62cf7fdf51ae99568d7b2cfc8743823d9.zip FreeBSD-ports-6efe56f62cf7fdf51ae99568d7b2cfc8743823d9.tar.gz |
Find the distfile again.
PR: 7542
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
Diffstat (limited to 'emulators/cpmemu/Makefile')
-rw-r--r-- | emulators/cpmemu/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index 09d0fb4..a21754c 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -2,18 +2,15 @@ # Version required: 0.2 # Date created: 28 June 1995 # Whom: janek@gaja.ipan.lublin.pl -# $Id: Makefile,v 1.8 1998/02/01 23:23:51 fenner Exp $ +# +# $Id: Makefile,v 1.9 1998/07/27 00:01:04 steve Exp $ # DISTNAME= cpm-0.2 PKGNAME= cpmemu-0.2 CATEGORIES= emulators -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/extra-stuff/CPM-80-emulator/ -# ${MASTER_SITE_SUNSITE} isn't appropriate because distributions/ isn't -# mirrored. +MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/slackware-3.2/source/extra-stuff/CPM-80-emulator/ MAINTAINER= ports@FreeBSD.org -BROKEN= fetch - .include <bsd.port.mk> |