aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2011-03-31 03:37:14 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2011-03-31 03:37:14 +0000
commit87f78ba5a9fef1457c6104eb8a209497cd6997f8 (patch)
tree64cb334cae915256786e0e4365755ed5ee029057 /Mk/bsd.port.mk
parent0636075d2abe0f31def082e24b5dce06c7851dc4 (diff)
downloadports-87f78ba5a9fef1457c6104eb8a209497cd6997f8.tar.gz
ports-87f78ba5a9fef1457c6104eb8a209497cd6997f8.zip
- Disable license checking with DISABLE_LICENSES [1]
- Remove temp files from /tmp when build is interrupted [2] PR: ports/149837 [1], ports/155890 [2]
Notes
Notes: svn path=/head/; revision=272028
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 239a6c044475..3a22ec2a1755 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -2512,7 +2512,9 @@ ALL_TARGET?= all
INSTALL_TARGET?= install
# Integrate with the license auditing framework
+.if !defined (DISABLE_LICENSES)
.include "${PORTSDIR}/Mk/bsd.licenses.mk"
+.endif
# Popular master sites
.include "${PORTSDIR}/Mk/bsd.sites.mk"