diff options
author | asami <asami@FreeBSD.org> | 1997-05-18 15:06:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-18 15:06:41 +0800 |
commit | bc7e3f3daae87fbc43483490833225a133f11bb0 (patch) | |
tree | 485e4ce66b410acb814b64ae49cd09cf341f96a4 /korean/pine/Makefile | |
parent | a31fb7ed4be168255f962e12a969dbe44fdbdf52 (diff) | |
download | freebsd-ports-graphics-bc7e3f3daae87fbc43483490833225a133f11bb0.tar.gz freebsd-ports-graphics-bc7e3f3daae87fbc43483490833225a133f11bb0.tar.zst freebsd-ports-graphics-bc7e3f3daae87fbc43483490833225a133f11bb0.zip |
Remove spurious \ after last of the MASTER_SITES lines. This caused the
second distfile to not be fetched. (10 points if you figure that out
within 15 seconds by only looking at the diff.)
Diffstat (limited to 'korean/pine/Makefile')
-rw-r--r-- | korean/pine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/pine/Makefile b/korean/pine/Makefile index f6c648caff8..aebbd2623e6 100644 --- a/korean/pine/Makefile +++ b/korean/pine/Makefile @@ -4,7 +4,7 @@ # Date created: 2 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.1.1.1 1997/04/26 22:20:01 chuckr Exp $ +# $Id: Makefile,v 1.2 1997/04/27 00:56:11 asami Exp $ # DISTNAME= pine3.96 @@ -12,7 +12,7 @@ PKGNAME= kr-pine-3.96k CATEGORIES= korean mail MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ ftp://ftp.kaist.ac.kr/pub/hangul/mail/Others/ \ - ftp://sunsite.kren.nm.kr/pub/packages/hangul/mail/Others/ \ + ftp://sunsite.kren.nm.kr/pub/packages/hangul/mail/Others/ DISTFILES= pine3.96.tar.gz pine395k.patch.tar.gz MAINTAINER= junker@jazz.snu.ac.kr |