From dcf7f3d59d6d76cf9b631812b2f8cc10a8cf5c1c Mon Sep 17 00:00:00 2001 From: alane Date: Tue, 18 Jun 2002 02:07:17 +0000 Subject: Fix pkg-plist. Bump PORTREVISION. Done on authority of maintainer. PR: ports/39450 Submitted by: alane Approved by: dwcjr --- net/samba/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'net/samba/Makefile') diff --git a/net/samba/Makefile b/net/samba/Makefile index b2b7eac8044e..ad35b9cde9ef 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION= 2.2.5.p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/pre/ \ ftp://samba.anu.edu.au/pub/samba/pre/ \ @@ -26,15 +26,18 @@ USE_GMAKE= YES AUDIT= "@comment " RECYCLE= "@comment " LIBSAMBA= "@comment " +BUILD_VFS= "@comment " .if defined(WITH_AUDIT) AUDIT= "" LIBSAMBA= "" +BUILD_VFS= "" .endif .if defined(WITH_RECYCLE) RECYCLE= "" LIBSAMBA= "" +BUILD_VFS= "" .endif # directories @@ -145,7 +148,8 @@ SED_PLIST= ${SED} -e 's!${PREFIX}!%D!g' PLIST_SUB= AUDIT=${AUDIT} \ RECYCLE=${RECYCLE} \ - LIBSAMBA=${LIBSAMBA} + LIBSAMBA=${LIBSAMBA} \ + BUILD_VFS=${BUILD_VFS} .if defined(WITH_RECYCLE) || defined(WITH_AUDIT) post-build: -- cgit