diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-03-27 23:25:22 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-03-27 23:25:22 +0000 |
commit | 762752b775e9deb98fe1f114655b5fee7584dc3a (patch) | |
tree | 735f64a5a98b48f20cdf25dbe8269f8791bb9079 /net/samba/Makefile | |
parent | This is David Hedley's pcemu 8086 PC emulator. (diff) |
Upgrade to 1.9.08
Notes
Notes:
svn path=/head/; revision=1212
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 2e6a497902f2..b988dcc73889 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,13 +1,14 @@ # New ports collection makefile for: samba -# Version required: 1.9.02 +# Version required: 1.9.08 # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/02/11 18:28:42 gpalmer Exp $ # -DISTNAME= samba-1.9.02 +DISTNAME= samba-1.9.08 MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/ +MAINTAINER= gpalmer@FreeBSD.ORG pre-install: @mkdir -p /usr/local/samba |