Remove warning when packagebuilding (build jails are allowed to be
screwed up :-) Submitted by: dodell@offmyserver.com
This commit is contained in:
parent
b79a8baf5d
commit
5c7f126ded
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147076
@ -48,7 +48,9 @@ LDCONFIG_DIRS= ${PREFIX}/raqdevil/lib
|
|||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
pre-extract:
|
pre-extract:
|
||||||
|
.if !defined(PACKAGE_BUILDING)
|
||||||
@${SH} ${FILESDIR}/warning
|
@${SH} ${FILESDIR}/warning
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
@if [ -n "`${PKG_INFO} -xI '^sendmail+tls+sasl*' 2> /dev/null`" ]; then \
|
@if [ -n "`${PKG_INFO} -xI '^sendmail+tls+sasl*' 2> /dev/null`" ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user