diff options
-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 62aa1c5a..c2086ec 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 80af4c8..120baa4 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 \ |