diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-02-01 23:23:57 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-02-01 23:23:57 +0000 |
commit | c6d6372a250c686a0dd7194badb943371f1753a0 (patch) | |
tree | c8ecbea9b399442e84e7fc17d371dbd72b543c4e /emulators | |
parent | Add trailing slash (oops) (diff) |
Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsite
explicitly; the /pub/Linux/distributions directory isn't mirrored.
Submitted by: distfile checker
Notes
Notes:
svn path=/head/; revision=9562
Diffstat (limited to 'emulators')
-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 |