From 88eb3ae427e3ab7d3f9a4eefcba528c21a999282 Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 30 Apr 1997 03:18:09 +0000 Subject: Use new MASTER_SITE_LOCAL variable from bsd.port.mk. --- mail/mailagent/Makefile | 4 ++-- mail/xfaces/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mail') diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 85a5ffb31785..196e037a7ce8 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -3,14 +3,14 @@ # Date created: 23 Sep 1996 # Whom: Masafumi NAKANE # -# $Id: Makefile,v 1.11 1997/04/18 07:59:20 max Exp $ +# $Id: Makefile,v 1.12 1997/04/20 13:52:30 wosch Exp $ # DISTNAME= mailagent-3.0pl56 PKGNAME= mailagent-3.0.56 CATEGORIES= mail perl5 MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ \ - ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ + ${MASTER_SITE_LOCAL} MAINTAINER= max@FreeBSD.ORG diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index 4efd95efca04..f0e7e443a310 100644 --- a/mail/xfaces/Makefile +++ b/mail/xfaces/Makefile @@ -5,7 +5,7 @@ # With some # modifications from: Andreas Klemm # -# $Id: Makefile,v 1.4 1996/12/17 05:31:12 asami Exp $ +# $Id: Makefile,v 1.5 1996/12/19 12:08:02 asami Exp $ # DISTNAME= xfaces-3.3 @@ -13,9 +13,9 @@ CATEGORIES= mail # xfaces-sounds.tar.gz only in LOCAL_PORTS MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \ ftp://odie.physik2.uni-rostock.de/pub/ \ - ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ + ${MASTER_SITE_LOCAL} DISTFILES= ${DISTNAME}.tar.Z xfaces-sounds.tar.gz - + MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de BUILD_DEPENDS= ${X11BASE}/lib/libaudio.a:${PORTSDIR}/audio/nas -- cgit