Remove warning when packagebuilding (build jails are allowed to be

screwed up :-)

Submitted by:	dodell@offmyserver.com
This commit is contained in:
Edwin Groothuis 2005-11-03 06:25:44 +00:00
parent b79a8baf5d
commit 5c7f126ded
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147076

View File

@ -48,7 +48,9 @@ LDCONFIG_DIRS= ${PREFIX}/raqdevil/lib
.include <bsd.port.pre.mk>
pre-extract:
.if !defined(PACKAGE_BUILDING)
@${SH} ${FILESDIR}/warning
.endif
pre-configure:
@if [ -n "`${PKG_INFO} -xI '^sendmail+tls+sasl*' 2> /dev/null`" ]; then \