diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-21 22:15:54 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-21 22:15:54 +0000 |
commit | d9f4474f0642d1b94a4643f4cef96706da5ed520 (patch) | |
tree | a236aae669ab4a3d4bcd944e06567db9389a2610 /net/samba/Makefile | |
parent | bf7b1ccf699fe67d6d50aeea06bd319a66532afa (diff) | |
download | ports-d9f4474f0642d1b94a4643f4cef96706da5ed520.tar.gz ports-d9f4474f0642d1b94a4643f4cef96706da5ed520.zip |
Notes
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 095e22906e5f..73adfceb7d5d 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION= 2.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ ftp://samba.anu.edu.au/pub/samba/ \ @@ -17,10 +17,9 @@ MAINTAINER= dwcjr@FreeBSD.org USE_BZIP2= YES USE_SUBMAKE= YES - -.if defined(WITH_AUDIT) || defined(WITH_RECYCLE) USE_GMAKE= YES -.endif +USE_LIBTOOL= YES +USE_AUTOCONF= YES AUDIT= "@comment " RECYCLE= "@comment " @@ -66,7 +65,6 @@ SAMBA_VFSDIR= ${PREFIX}/lib/samba STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default -USE_AUTOCONF= yes CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-sambabook=${PREFIX}/share/swat/using_samba \ @@ -134,6 +132,8 @@ CONFIGURE_ARGS+= --with-acl-support WRKSRC= ${WRKDIR}/${DISTNAME}/source PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} +LIBTOOLFILES= ${WRKSRC}/aclocal.m4 + MAN1= findsmb.1 make_smbcodepage.1 rpcclient.1 make_unicodemap.1 \ nmblookup.1 smbcacls.1 smbclient.1 smbcontrol.1 \ smbsh.1 smbstatus.1 smbtar.1 testparm.1 \ |