diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-10 13:12:17 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-10 13:12:17 +0000 |
commit | 4dc39452c67fb32a6fe42b2e23af90443102d39b (patch) | |
tree | e557938b866ff0c68226d9950c69c6b7953ca8b0 /Mk/bsd.port.mk | |
parent | b14e50cc6a8627ed763b47393a4b69d8c186bc42 (diff) | |
download | FreeBSD-ports-4dc39452c67fb32a6fe42b2e23af90443102d39b.zip FreeBSD-ports-4dc39452c67fb32a6fe42b2e23af90443102d39b.tar.gz |
Add a part forgotten in previous commit concerning switching to pkgng
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 9e54294..6099f34 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1217,6 +1217,9 @@ WITH_PKGNG= yes .endif .endif +# Only define tools here (for transition period with between pkg tools) +.include "${PORTSDIR}/Mk/bsd.commands.mk" + MASTERDIR?= ${.CURDIR} .if ${MASTERDIR} != ${.CURDIR} |