diff options
author | fenner <fenner@FreeBSD.org> | 1998-02-02 07:23:57 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-02-02 07:23:57 +0800 |
commit | 1742007fbfc40f3a09c02ae12116d414c8977ccb (patch) | |
tree | 6aef8d2fcd8939add3336f073c60b421e368f60d /emulators/cpmemu | |
parent | bc9628a7cf608ddbb54b30507c5c7831a5f1ead3 (diff) | |
download | freebsd-ports-gnome-1742007fbfc40f3a09c02ae12116d414c8977ccb.tar.gz freebsd-ports-gnome-1742007fbfc40f3a09c02ae12116d414c8977ccb.tar.zst freebsd-ports-gnome-1742007fbfc40f3a09c02ae12116d414c8977ccb.zip |
Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsite
explicitly; the /pub/Linux/distributions directory isn't mirrored.
Submitted by: distfile checker
Diffstat (limited to 'emulators/cpmemu')
-rw-r--r-- | emulators/cpmemu/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index 2e089ccc71eb..c023900ec31f 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -2,14 +2,15 @@ # Version required: 0.2 # Date created: 28 June 1995 # Whom: janek@gaja.ipan.lublin.pl -# $Id: Makefile,v 1.6 1996/11/18 10:35:22 asami Exp $ +# $Id: Makefile,v 1.7 1998/01/08 18:52:04 fenner Exp $ # DISTNAME= cpm-0.2 PKGNAME= cpmemu-0.2 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= distributions/slackware/source/extra-stuff/CPM-80-emulator +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. MAINTAINER= ports@FreeBSD.org |