diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-03 06:25:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-03 06:25:44 +0000 |
commit | 5c7f126dedb0f9ed749e851a01b51aae1921068e (patch) | |
tree | b8673df5102d31e085c35047c997ce2e1714eef7 /www | |
parent | Rerolled distfile. There is no difference in the contents between the (diff) |
Remove warning when packagebuilding (build jails are allowed to be
screwed up :-)
Submitted by: dodell@offmyserver.com
Notes
Notes:
svn path=/head/; revision=147076
Diffstat (limited to 'www')
-rw-r--r-- | www/raqdevil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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 \ |