diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-14 01:17:15 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-14 01:17:15 +0000 |
commit | b9482a1a103543f453211e207cdfac011099e542 (patch) | |
tree | c615c5234640ef5af73ac89a9d60a528ef41912a /net/samba/Makefile | |
parent | Fix cfg file path (diff) |
original distribution updated. 1.9.18 -> 1.9.18p1
Submitted by: hosokawa
Notes
Notes:
svn path=/head/; revision=9335
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 774a208e5855..23d9fed9dd28 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -3,11 +3,11 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.17 1997/10/23 15:03:20 max Exp $ +# $Id: Makefile,v 1.18 1998/01/09 04:45:42 itojun Exp $ # -DISTNAME= samba-1.9.18 -PKGNAME= samba-1.9.18.0 +DISTNAME= samba-1.9.18p1 +PKGNAME= samba-1.9.18.1 CATEGORIES= net MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/ |