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/raqdevil | |
parent | b79a8baf5d118596684690078ced3462f47e5cdd (diff) | |
download | ports-5c7f126dedb0f9ed749e851a01b51aae1921068e.tar.gz ports-5c7f126dedb0f9ed749e851a01b51aae1921068e.zip |
Notes
Diffstat (limited to 'www/raqdevil')
-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 \ |