diff options
author | asami <asami@FreeBSD.org> | 1997-04-30 11:18:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-30 11:18:09 +0800 |
commit | 88eb3ae427e3ab7d3f9a4eefcba528c21a999282 (patch) | |
tree | b2296f746cc3c0fbe399852dd937a22039e30217 /mail | |
parent | 95c409a37e9502ee12a34eb9f1e3c1ac62187786 (diff) | |
download | freebsd-ports-gnome-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.tar.gz freebsd-ports-gnome-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.tar.zst freebsd-ports-gnome-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.zip |
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailagent/Makefile | 4 | ||||
-rw-r--r-- | mail/xfaces/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
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 <max@FreeBSD.ORG> # -# $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 <andreas@FreeBSD.ORG> # -# $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 |