From b3a3ae84908f41eb7771087cfe7692aed21612ab Mon Sep 17 00:00:00 2001 From: jmz Date: Mon, 5 Nov 2001 20:48:20 +0000 Subject: Add a pre-everything target to inform about the WITH_PANCHO_LOGGING option. Submitted by: MAINTAINER --- net-mgmt/pancho/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net-mgmt') diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index c70867e8ba36..97ca031b5f1d 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/pancho/Makefile @@ -17,6 +17,11 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTS NO_BUILD= YES +pre-everything:: +.if !defined(WITH_PANCHO_LOGGING) + @${ECHO_MSG} "Type \"make WITH_PANCHO_LOGGING=yes\" if you want to enable logging." +.endif + pre-patch: @${MV} ${WRKSRC}/pancho ${WRKSRC}/pancho.old @${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \ -- cgit