summaryrefslogtreecommitdiff
path: root/net/samba3/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-24 05:58:18 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-24 05:58:18 +0000
commit699e3a381560e359189c1cdb67d11a91b7b46528 (patch)
tree0d88f30adc84e72018b0651c2ae576c9b38594f8 /net/samba3/Makefile
parentadd WWW: (diff)
Fix up pkg-plist (still no package building due to man page problems)
Noticed by: petef
Notes
Notes: svn path=/head/; revision=52082
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r--net/samba3/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index bf43f83eea92..4877be3ae368 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -39,7 +39,7 @@ CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
--with-sambabook=${PREFIX}/share/swat/using_samba \
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE} \
- --with-pam
+ --exec-prefix=${PREFIX} --with-pam
.include <bsd.port.pre.mk>
@@ -64,10 +64,9 @@ CONFIGURE_ARGS+= --with-acl-support
WRKSRC= ${WRKDIR}/${DISTNAME}/source
-MAN1= findsmb.1 make_smbcodepage.1 rpcclient.1 make_unicodemap.1 \
- nmblookup.1 smbcacls.1 smbclient.1 smbcontrol.1 smbrun.1 \
- smbsh.1 smbstatus.1 smbtar.1 testparm.1 \
- testprns.1 wbinfo.1
+MAN1= findsmb.1 make_smbcodepage.1 make_unicodemap.1 nmblookup.1 \
+ rpcclient.1 smbcacls.1 smbclient.1 smbcontrol.1 smbsh.1 \
+ smbstatus.1 smbtar.1 testparm.1 testprns.1 wbinfo.1
MAN5= lmhosts.5 smb.conf.5 smbpasswd.5
MAN7= samba.7
MAN8= nmbd.8 smbd.8 smbmnt.8 smbmount.8 \