diff options
author | max <max@FreeBSD.org> | 1997-03-25 16:23:49 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-03-25 16:23:49 +0800 |
commit | 4ea5a74c3a6114b468085956b1dd66991740a798 (patch) | |
tree | 6a073f49a93100060791460fc8e298e53e7d1f0d /mail | |
parent | f8e7662255406ac8a553c68e26395cf56b8a1a56 (diff) | |
download | freebsd-ports-gnome-4ea5a74c3a6114b468085956b1dd66991740a798.tar.gz freebsd-ports-gnome-4ea5a74c3a6114b468085956b1dd66991740a798.tar.zst freebsd-ports-gnome-4ea5a74c3a6114b468085956b1dd66991740a798.zip |
One of MASTER_SITES was missing trailing slash.
Noticed by: Bill Fenner
Diffstat (limited to 'mail')
-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 d2e583d4b05e..ec3ef3fc1839 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.8 1997/01/20 02:43:25 max Exp $ +# $Id: Makefile,v 1.9 1997/01/31 21:46:37 max Exp $ # DISTNAME= mailagent-3.0pl54 PKGNAME= mailagent-3.0.54 CATEGORIES= mail MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ \ - ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS + ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= max@FreeBSD.ORG |