diff options
author | hosokawa <hosokawa@FreeBSD.org> | 1998-05-12 14:59:13 +0800 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 1998-05-12 14:59:13 +0800 |
commit | b060f2bc128b89260afe0239b96435ccca749f7f (patch) | |
tree | cc59acc8cec664f9435d52f3754e87468c51c21d /net/samba-devel/Makefile | |
parent | 786a90522c2d52de9010c0ba03bcf46351cbf1ba (diff) | |
download | freebsd-ports-gnome-b060f2bc128b89260afe0239b96435ccca749f7f.tar.gz freebsd-ports-gnome-b060f2bc128b89260afe0239b96435ccca749f7f.tar.zst freebsd-ports-gnome-b060f2bc128b89260afe0239b96435ccca749f7f.zip |
Upgraded to samba-1.9.18p6
Diffstat (limited to 'net/samba-devel/Makefile')
-rw-r--r-- | net/samba-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 0652d9f93dee..bfd55e9ad0ea 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/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 |