diff options
author | obraun <obraun@FreeBSD.org> | 2003-08-25 01:45:07 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-08-25 01:45:07 +0800 |
commit | d6a74bbf8ffa95b4808c1c5fd31ac1d9604fb2f6 (patch) | |
tree | 30a02dc5ee6a2fd23c28a14b9f57def3fe525d69 /net | |
parent | 6ae09ddfcd75feba32b1287836ab7d1318869908 (diff) | |
download | freebsd-ports-graphics-d6a74bbf8ffa95b4808c1c5fd31ac1d9604fb2f6.tar.gz freebsd-ports-graphics-d6a74bbf8ffa95b4808c1c5fd31ac1d9604fb2f6.tar.zst freebsd-ports-graphics-d6a74bbf8ffa95b4808c1c5fd31ac1d9604fb2f6.zip |
- 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
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/samba/scripts/configure.samba | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 62aa1c5af45..c2086ecb812 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 80af4c823d4..120baa4445a 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 \ |