diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-01 20:00:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-01 20:00:11 +0000 |
commit | 6370a818a824db9e69368851fa41f3686293cdf2 (patch) | |
tree | 06140438af19013d3099816fbc4d1b0f5c6e06b7 /japanese/mutt/Makefile | |
parent | 30b023d83145c85c7ef6ce5276cc9ce8b4329af2 (diff) | |
download | FreeBSD-ports-6370a818a824db9e69368851fa41f3686293cdf2.zip FreeBSD-ports-6370a818a824db9e69368851fa41f3686293cdf2.tar.gz |
update to 1.0.1i
PR: 17732
Submitted by: maintainer
Diffstat (limited to 'japanese/mutt/Makefile')
-rw-r--r-- | japanese/mutt/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile index 661bbeb..7cc4059 100644 --- a/japanese/mutt/Makefile +++ b/japanese/mutt/Makefile @@ -6,17 +6,17 @@ # $FreeBSD$ # -DISTNAME= mutt-1.0i -PKGNAME= ja-mutt-1.0.j0 +DISTNAME= mutt-1.0.1i +PKGNAME= ja-mutt-1.0.1.j0 CATEGORIES= japanese mail -MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \ +MASTER_SITES= ftp://ftp.gbnet.net/pub/mutt-international/ \ + ftp://ftp.guug.de/pub/mutt/ \ ftp://ftp.guug.de/pub/mutt/historic/ \ - ftp://ftp.gbnet.net/pub/mutt-international/ \ http://www.hiei.kit.ac.jp/~hitomi/mutt/ -DISTFILES= mutt-1.0i.tar.gz manual_ja-1.0i-2.tar.gz +DISTFILES= mutt-1.0.1i.tar.gz manual_ja-1.0i-2.tar.gz PATCH_SITES= http://kondara.sdri.co.jp/~kikutani/slang/ -PATCHFILES= mutt-1.0i-jp0.patch +PATCHFILES= mutt-1.0.1i-jp0.patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER= shuna@pop16.odn.ne.jp @@ -30,7 +30,7 @@ RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview DIST_SUBDIR= mutt GNU_CONFIGURE= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR}/mutt-1.0 +WRKSRC= ${WRKDIR}/mutt-1.0.1 CONFIGURE_ARGS= --with-slang --enable-locales-fix --with-included-gettext \ --enable-flock --disable-fcntl \ --sysconfdir=${PREFIX}/share/mutt \ |