diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-08-05 07:09:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-08-05 07:09:04 +0000 |
commit | ab99236e2ceb2efff73277c9d060e43a58d10cd6 (patch) | |
tree | 3d6a7cf12862b25a34aca349465ec8b485bf2abd /deskutils/sliderule | |
parent | 1323801cf442b97945554ba8a611147342141708 (diff) |
"ftp://freefall...." -> ${MASTER_SITES_LOCAL}. freefall doesn't offer
anonymous ftp anymore.
I also moved the distfile from freefall to wcarchive.
Notes
Notes:
svn path=/head/; revision=7483
Diffstat (limited to 'deskutils/sliderule')
-rw-r--r-- | deskutils/sliderule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/sliderule/Makefile b/deskutils/sliderule/Makefile index 0886fc6d8451..efd2776e6df5 100644 --- a/deskutils/sliderule/Makefile +++ b/deskutils/sliderule/Makefile @@ -3,13 +3,13 @@ # Date created: 4 Aug 1997 # Whom: joerg # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/08/04 20:44:16 joerg Exp $ # DISTNAME= sliderule PKGNAME= sliderule-1.0 CATEGORIES= x11 -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.org |