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

(-)bsd.port.mk (-1 / +1 lines)
Lines 2908-2914 Link Here
2908
CONFIGURE_LOG?=		config.log
2908
CONFIGURE_LOG?=		config.log
2909
2909
2910
# A default message to print if do-configure fails.
2910
# A default message to print if do-configure fails.
2911
CONFIGURE_FAIL_MESSAGE?=	"Please report the problem to ${MAINTAINER} [maintainer] and attach the \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an \`ls ${PKG_DBDIR}\`)."
2911
CONFIGURE_FAIL_MESSAGE?=	"Please report the problem to ${MAINTAINER} [maintainer] and attach the \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a ${PKG_INFO} -Ea)."
2912
2912
2913
.if defined(GNU_CONFIGURE)
2913
.if defined(GNU_CONFIGURE)
2914
# Maximum command line length
2914
# Maximum command line length

Return to bug 170552