View | Details | Raw Unified | Return to bug 14759 | Differences between
and this patch

Collapse All | Expand All

(-)japanese/ndtpd/Makefile (-2 lines)
Lines 19-26 Link Here
19
CONFIGURE_ARGS=	--localstatedir=${VARDIR} --with-eb --with-zlib \
19
CONFIGURE_ARGS=	--localstatedir=${VARDIR} --with-eb --with-zlib \
20
		--with-eb-includes=${PREFIX}/include \
20
		--with-eb-includes=${PREFIX}/include \
21
		--with-eb-libraries=${PREFIX}/lib
21
		--with-eb-libraries=${PREFIX}/lib
22
CONFIGURE_ENV=	INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
23
		INSTALL_DATA="${INSTALL_DATA}"
24
22
25
.if !defined(PACKAGE_BUILDING)
23
.if !defined(PACKAGE_BUILDING)
26
IS_INTERACTIVE=	Maybe_interactive_at_install_stage
24
IS_INTERACTIVE=	Maybe_interactive_at_install_stage

Return to bug 14759