View | Details | Raw Unified | Return to bug 55920
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 161-167 Link Here
161
.endif
161
.endif
162
162
163
WRKSRC=		${WRKDIR}/${DISTNAME}/source
163
WRKSRC=		${WRKDIR}/${DISTNAME}/source
164
PATCH_WRKSRC=   ${WRKDIR}/${DISTNAME}
164
PATCH_WRKSRC=	${WRKDIR}/${DISTNAME}
165
165
166
LIBTOOLFILES=		${WRKSRC}/aclocal.m4
166
LIBTOOLFILES=		${WRKSRC}/aclocal.m4
167
167
Lines 176-182 Link Here
176
176
177
SED_PLIST=	${SED} -e 's!${PREFIX}!%D!g'
177
SED_PLIST=	${SED} -e 's!${PREFIX}!%D!g'
178
178
179
PLIST_SUB=      AUDIT=${AUDIT} \
179
PLIST_SUB=	AUDIT=${AUDIT} \
180
		RECYCLE=${RECYCLE} \
180
		RECYCLE=${RECYCLE} \
181
		LIBSAMBA=${LIBSAMBA} \
181
		LIBSAMBA=${LIBSAMBA} \
182
		BUILD_VFS=${BUILD_VFS} \
182
		BUILD_VFS=${BUILD_VFS} \
(-)scripts/configure.samba (-1 / +1 lines)
Lines 11-17 Link Here
11
		set ${SAMBA_OPTIONS}
11
		set ${SAMBA_OPTIONS}
12
	fi
12
	fi
13
else
13
else
14
	/usr/bin/dialog --title "configuration options" --clear \
14
	/usr/bin/dialog --title "samba configuration options" --clear \
15
		--checklist "\n\
15
		--checklist "\n\
16
Please select desired options:" -1 -1 12 \
16
Please select desired options:" -1 -1 12 \
17
syslog		"With syslog support" OFF \
17
syslog		"With syslog support" OFF \

Return to bug 55920