diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-30 04:47:06 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-30 04:47:06 +0000 |
commit | f5ab255c5b0a1e00b2de8295dd89f17a208363c5 (patch) | |
tree | 077d132606d59f1d01a4a458c357ded1accc9e13 /japanese/samba | |
parent | 03ba7cf81ac07adceeb6a82498b6363d4f75ec74 (diff) | |
download | ports-f5ab255c5b0a1e00b2de8295dd89f17a208363c5.tar.gz ports-f5ab255c5b0a1e00b2de8295dd89f17a208363c5.zip |
Notes
Diffstat (limited to 'japanese/samba')
-rw-r--r-- | japanese/samba/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile index 71b53964dc66..e24ee3113178 100644 --- a/japanese/samba/Makefile +++ b/japanese/samba/Makefile @@ -6,7 +6,7 @@ # PORTNAME= samba -PORTVERSION= 2.0.7 +PORTVERSION= ${SAMBA_VERSION}.j${SAMBA_JA_VERSION} CATEGORIES= japanese net MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/SAMBA/samba-jp/%SUBDIR%/ \ @@ -14,9 +14,8 @@ MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ ftp://ftp.plathome.co.jp/pub/samba/samba-jp/%SUBDIR%/ \ ftp://ftp2.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ ftp://ftp.tutrp.tut.ac.jp/pub/mirror/samba-jp/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} -PKGNAMESUFFIX= -ja -DISTNAME= ${SAMBA_JA_VERSION} +MASTER_SITE_SUBDIR= ${PORTNAME}-${SAMBA_VERSION}-ja +DISTNAME= ${PORTNAME}-${SAMBA_VERSION}-ja-${SAMBA_JA_VERSION} MAINTAINER= nakaji@jp.FreeBSD.org @@ -24,7 +23,8 @@ BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext Y2K= http://us1.samba.org/samba/docs/sambay2k.html -SAMBA_JA_VERSION= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}-1.2 +SAMBA_VERSION= 2.0.7 +SAMBA_JA_VERSION= 1.2 # directories VARDIR= /var |