diff options
author | okazaki <okazaki@FreeBSD.org> | 2003-04-16 06:53:38 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2003-04-16 06:53:38 +0800 |
commit | 5040f9cdb13e4d3c05dc22685a71708dd21e2401 (patch) | |
tree | 385c4c92d0c560fede018ff2e1182c0c2d9d9b6a /converters/mule-ucs/Makefile | |
parent | 079c5f082349ff5ae89aed071885972663b721e1 (diff) | |
download | freebsd-ports-gnome-5040f9cdb13e4d3c05dc22685a71708dd21e2401.tar.gz freebsd-ports-gnome-5040f9cdb13e4d3c05dc22685a71708dd21e2401.tar.zst freebsd-ports-gnome-5040f9cdb13e4d3c05dc22685a71708dd21e2401.zip |
Upgrade to 0.85 release candidate 3.
Diffstat (limited to 'converters/mule-ucs/Makefile')
-rw-r--r-- | converters/mule-ucs/Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/converters/mule-ucs/Makefile b/converters/mule-ucs/Makefile index ea49dae398d1..5c06ca051402 100644 --- a/converters/mule-ucs/Makefile +++ b/converters/mule-ucs/Makefile @@ -6,20 +6,23 @@ # PORTNAME= mule-ucs -PORTVERSION= 0.84 -PORTREVISION= 1 +PORTVERSION= 0.85.r3 CATEGORIES= converters elisp -MASTER_SITES= ftp://ftp.m17n.org/pub/mule/Mule-UCS/ \ - ftp://ftp.etl.go.jp/pub/mule/Mule-UCS/ \ - ftp://ftp.kddlabs.co.jp/Japan/m17n.org/mule/Mule-UCS/ \ - ftp://ftp.media.kyoto-u.ac.jp/mule/Mule-UCS/ \ - ftp://ftp.nihon-u.ac.jp/pub/text/m17n/mule/Mule-UCS/ +MASTER_SITES= ${MASTER_SITE_M17N} +MASTER_SITE_SUBDIR= mule/Mule-UCS/test PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= Mule-UCS-${PORTVERSION} +DISTNAME= Mule-UCS-current MAINTAINER?= okazaki@FreeBSD.org COMMENT?= Universal encoding system for GNU Emacs 21 +MASTER_SITE_M17N+= \ + ftp://ftp.m17n.org/pub/%SUBDIR%/ \ + ftp://ftp.etl.go.jp/pub/%SUBDIR%/ \ + ftp://ftp.kddlabs.co.jp/Japan/m17n.org/%SUBDIR%/ \ + ftp://ftp.media.kyoto-u.ac.jp/%SUBDIR%/ \ + ftp://ftp.nihon-u.ac.jp/pub/text/m17n/%SUBDIR%/ + # This is a master port. PORTCLASS?= master |