diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-17 14:57:14 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-17 14:57:14 +0000 |
commit | f8e5aa912a742b92160a93ba842c915a0b959e89 (patch) | |
tree | 171d594f97242bbfd15cd3d89b7870f97579c38b /net/samba/Makefile | |
parent | 5447ed6a62252e51f6dcf4da2af2147deb3b8603 (diff) |
Update to 2.2.5 pre 1
Pretty soon 2.2.5 will be released and 2_2 will go into maintenance mode
Notes
Notes:
svn path=/head/; revision=61423
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 39178e3aca92..f8aca187fe40 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -6,15 +6,12 @@ # PORTNAME= samba -PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTVERSION= 2.2.5.p1 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= . old-versions old +MASTER_SITES= ftp://ftp.samba.org/pub/samba/pre/ \ + ftp://samba.anu.edu.au/pub/samba/pre/ \ + ftp://de.samba.org/pub/mirror/samba/pre/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= dwcjr@FreeBSD.org @@ -152,7 +149,7 @@ PLIST_SUB= AUDIT=${AUDIT} \ .if defined(WITH_RECYCLE) || defined(WITH_AUDIT) post-build: cd ${WRKDIR}/${DISTNAME}/examples/VFS; \ - ${GMAKE} + ${RM} config.cache;./configure;${GMAKE} .endif post-install: |