diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-04-18 01:45:11 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-04-18 01:45:11 +0000 |
commit | 5f065b264af1c1637d6b2bf03f836677a2552f8a (patch) | |
tree | 3c98462cffd322451b449a9a2e520f1531f0a968 /net/samba-devel/Makefile | |
parent | 6a496e5ef44170c9c125b26369d4307cc93194f6 (diff) | |
download | FreeBSD-ports-5f065b264af1c1637d6b2bf03f836677a2552f8a.zip FreeBSD-ports-5f065b264af1c1637d6b2bf03f836677a2552f8a.tar.gz |
Update port to 2.2.0
PR: 26655
Submitted by: Maintainer
Diffstat (limited to 'net/samba-devel/Makefile')
-rw-r--r-- | net/samba-devel/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 84711fc..6ebbf6f 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -6,20 +6,18 @@ # PORTNAME= samba -PORTVERSION= 2.2.0a3 +PORTVERSION= 2.2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \ ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \ ftp://de.samba.org/pub/mirror/samba/%SUBDIR%/ \ ftp://se.samba.org/pub/samba/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/unix/utilities/samba/%SUBDIR%/ -MASTER_SITE_SUBDIR= alpha -DISTNAME= samba-2.2.0-alpha3 +MASTER_SITE_SUBDIR= . old alpha +DISTNAME= samba-${PORTVERSION} MAINTAINER= dwcjr@inethouston.net -NO_LATEST_LINK= "Unstable, development version." - # directories VARDIR= /var SAMBA_SPOOL= ${VARDIR}/spool/samba |