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/mailagent | |
parent | 95c409a37e9502ee12a34eb9f1e3c1ac62187786 (diff) | |
download | freebsd-ports-graphics-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.tar.gz freebsd-ports-graphics-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.tar.zst freebsd-ports-graphics-88eb3ae427e3ab7d3f9a4eefcba528c21a999282.zip |
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
Diffstat (limited to 'mail/mailagent')
-rw-r--r-- | mail/mailagent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 85a5ffb3178..196e037a7ce 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 |