diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-08-09 23:19:00 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-08-09 23:19:00 +0800 |
commit | eee8ec5c5d131119e28cbab53c1f639cda6def74 (patch) | |
tree | 33dc9c088972c5c2bc9809ced15b5369f2a13a54 /net/samba/Makefile | |
parent | a5dddff142c310f8ca8756c237fa66e4918e9397 (diff) | |
download | freebsd-ports-gnome-eee8ec5c5d131119e28cbab53c1f639cda6def74.tar.gz freebsd-ports-gnome-eee8ec5c5d131119e28cbab53c1f639cda6def74.tar.zst freebsd-ports-gnome-eee8ec5c5d131119e28cbab53c1f639cda6def74.zip |
Update to 2.2.6pre1
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 3359d7289bfb..7234fbacd1d8 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -6,14 +6,16 @@ # PORTNAME= samba -PORTVERSION= 2.2.5 -PORTREVISION= 3 +PORTVERSION= 2.2.6.p1 CATEGORIES= net -MASTER_SITES= http://us4.samba.org/samba/ftp/ +MASTER_SITES= http://us4.samba.org/samba/ftp/%SUBDIR%/ +MASTER_SITE_SUBDIR= pre old-versions . +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= dwcjr@FreeBSD.org USE_BZIP2= YES +USE_REINPLACE= YES USE_SUBMAKE= YES USE_GMAKE= YES USE_LIBTOOL= YES @@ -164,7 +166,12 @@ post-build: .endif pre-configure: - ${PERL} -pi.fbsd -e 's/DYNEXP="-Wl,-Bdynamic"/DYNEXP="-Wl,--export-dynamic"/' ${WRKSRC}/configure.in + ${REINPLACE_CMD} -e 's/DYNEXP="-Wl,-Bdynamic"/DYNEXP="-Wl,--export-dynamic"/' ${WRKSRC}/configure.in + +pre-build: + ${RM} -fr ${WRKSRC}/include/proto.h + (cd ${WRKSRC} && make proto) + post-install: .if defined(WITH_AUDIT) || defined(WITH_RECYCLE) @test -d ${SAMBA_VFSDIR} || ${MKDIR} ${SAMBA_VFSDIR} |