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/xfaces | |
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/xfaces')
-rw-r--r-- | mail/xfaces/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |