diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-12 23:23:48 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-12 23:23:48 +0000 |
commit | 46905e7f6ade2c298fc6d033b8b9ae779608c719 (patch) | |
tree | 4db7074c44c81c46551cbdc2d751ce2c053e36d6 /japanese/samba/Makefile | |
parent | 4052980276f835c8a6c5104efac15b6ec78eac54 (diff) | |
download | ports-46905e7f6ade2c298fc6d033b8b9ae779608c719.tar.gz ports-46905e7f6ade2c298fc6d033b8b9ae779608c719.zip |
Notes
Diffstat (limited to 'japanese/samba/Makefile')
-rw-r--r-- | japanese/samba/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile index ac11b68b4a51..671837f71e34 100644 --- a/japanese/samba/Makefile +++ b/japanese/samba/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= samba-2.0.5a-JP2 -PKGNAME= ja-samba-2.0.5a-2 +DISTNAME= samba-2.0.5a-JP2-1.3 +PKGNAME= ja-samba-2.0.5a.2 CATEGORIES= japanese net MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/samba-2.0.5a-JP2/ \ http://www3.osk.3web.ne.jp/~pcmaster/network/samba/ @@ -36,6 +36,7 @@ CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} .endif WRKSRC= ${WRKDIR}/${DISTNAME}/source +#WRKSRC= ${WRKDIR}/samba-2.0.5a-JP2/source MANLANG= "" ja MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \ @@ -45,6 +46,9 @@ MAN7= samba.7 MAN8= smbd.8 nmbd.8 smbpasswd.8 swat.8 \ smbmount.8 smbumount.8 smbmnt.8 +post-extract: + ${MV} ${WRKDIR}/samba-2.0.5a-JP2 ${WRKDIR}/${DISTNAME} + post-install: ${MKDIR} ${PREFIX}/share/examples/samba ${CP} -rp ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/examples/samba |