From 1742007fbfc40f3a09c02ae12116d414c8977ccb Mon Sep 17 00:00:00 2001 From: fenner Date: Sun, 1 Feb 1998 23:23:57 +0000 Subject: Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsite explicitly; the /pub/Linux/distributions directory isn't mirrored. Submitted by: distfile checker --- emulators/cpmemu/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'emulators/cpmemu') 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 -- cgit