From 5c7f126dedb0f9ed749e851a01b51aae1921068e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 3 Nov 2005 06:25:44 +0000 Subject: [PATCH] Remove warning when packagebuilding (build jails are allowed to be screwed up :-) Submitted by: dodell@offmyserver.com --- www/raqdevil/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/raqdevil/Makefile b/www/raqdevil/Makefile index cd693bc1fab5..2a2cee3b02f6 100644 --- a/www/raqdevil/Makefile +++ b/www/raqdevil/Makefile @@ -48,7 +48,9 @@ LDCONFIG_DIRS= ${PREFIX}/raqdevil/lib .include pre-extract: +.if !defined(PACKAGE_BUILDING) @${SH} ${FILESDIR}/warning +.endif pre-configure: @if [ -n "`${PKG_INFO} -xI '^sendmail+tls+sasl*' 2> /dev/null`" ]; then \