aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-03-11 00:51:39 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-03-11 00:51:39 +0000
commit7ce3c96d6035cc45f7eb06f581a0dd376f106532 (patch)
tree1b4622edc5b3d845c748c668e4d148d578ecd8f6 /Mk
parentdb8d525ccd4d15740b343ab2f3d850dc5cf418c2 (diff)
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.pbi.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.pbi.mk b/Mk/bsd.pbi.mk
index 035cc5047aac..22e3c5d7efb0 100644
--- a/Mk/bsd.pbi.mk
+++ b/Mk/bsd.pbi.mk
@@ -2,6 +2,9 @@
#
# Creates a PBI file from a port with just 'make pbi'
#
+.if !defined(_INCLUDE_PBI_MK)
+
+_INCLUDE_PBI_MK= yes
PBI_MAINTAINER= kmoore@FreeBSD.org
_PBIMAKEPORT= pbi_makeport
@@ -49,3 +52,5 @@ pbi-generate: check-pbimanager
clean-pbi:
@${ECHO_MSG} "===> Cleaning PBI for ${PORTNAME}"
@${RM} -rf ${_PBIDIR}
+
+.endif