summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-08-24 17:45:07 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-08-24 17:45:07 +0000
commit4cd18673f1b21ec7201961937399800cc1755442 (patch)
treee0bf1e5477a87e6750765d493582faad2a2c14a9 /net
parent- Fix gcc33 problems on CURRENT (diff)
- change spaces for tabs in Makefile (portlint complaint)
- add 'samba' to configuration dialog title PR: ports/55920 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=87616
Diffstat (limited to 'net')
-rw-r--r--net/samba/Makefile4
-rw-r--r--net/samba/scripts/configure.samba2
2 files changed, 3 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 62aa1c5af457..c2086ecb8125 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -161,7 +161,7 @@ CONFIGURE_ARGS+= --with-acl-support
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/source
-PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
+PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
LIBTOOLFILES= ${WRKSRC}/aclocal.m4
@@ -176,7 +176,7 @@ MAN8= nmbd.8 pdbedit.8 smbd.8 smbmnt.8 smbmount.8 \
SED_PLIST= ${SED} -e 's!${PREFIX}!%D!g'
-PLIST_SUB= AUDIT=${AUDIT} \
+PLIST_SUB= AUDIT=${AUDIT} \
RECYCLE=${RECYCLE} \
LIBSAMBA=${LIBSAMBA} \
BUILD_VFS=${BUILD_VFS} \
diff --git a/net/samba/scripts/configure.samba b/net/samba/scripts/configure.samba
index 80af4c823d43..120baa4445a2 100644
--- a/net/samba/scripts/configure.samba
+++ b/net/samba/scripts/configure.samba
@@ -11,7 +11,7 @@ if [ "${BATCH}" ]; then
set ${SAMBA_OPTIONS}
fi
else
- /usr/bin/dialog --title "configuration options" --clear \
+ /usr/bin/dialog --title "samba configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 12 \
syslog "With syslog support" OFF \