diff options
author | Tatsumi Hosokawa <hosokawa@FreeBSD.org> | 1998-05-12 06:59:13 +0000 |
---|---|---|
committer | Tatsumi Hosokawa <hosokawa@FreeBSD.org> | 1998-05-12 06:59:13 +0000 |
commit | 70429a7d06029dbf9faa041d0cc861947a755266 (patch) | |
tree | 18cdea59b2589176b3293c3506c4e057e1ce309f /net/samba/Makefile | |
parent | Upgrade to 0.88.1. (diff) |
Upgraded to samba-1.9.18p6
Notes
Notes:
svn path=/head/; revision=10954
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 0652d9f93dee..bfd55e9ad0ea 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -3,11 +3,11 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.21 1998/02/19 10:11:41 hosokawa Exp $ +# $Id: Makefile,v 1.22 1998/04/11 03:05:51 hosokawa Exp $ # -DISTNAME= samba-1.9.18p4 -PKGNAME= samba-1.9.18.4 +DISTNAME= samba-1.9.18p6 +PKGNAME= samba-1.9.18.6 CATEGORIES= net MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/ @@ -32,6 +32,7 @@ SAMBA_DOCS=${WRKDIR}/${DISTNAME}/docs/INSTALL.sambatar \ ${WRKDIR}/${DISTNAME}/docs/history \ ${WRKDIR}/${DISTNAME}/docs/announce \ ${WRKDIR}/${DISTNAME}/docs/PROJECTS \ + ${WRKDIR}/${DISTNAME}/docs/SMBTAR.notes post-install: ${MKDIR} ${PREFIX}/share/examples/samba |