summaryrefslogtreecommitdiff
path: root/Mk/bsd.pbi.mk
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2013-09-27 10:10:29 +0000
committerKris Moore <kmoore@FreeBSD.org>2013-09-27 10:10:29 +0000
commiteeefd7a196bebf40aa58b6cc79c5872ea29ecb1d (patch)
tree0b9ae3b58939ca00728b91a9a146b9f0549dd3df /Mk/bsd.pbi.mk
parent- Added sysutils/pcbsd-utils (diff)
- Fix bsd.pbi.mk to pull pbi-manager from the correct port
Notes
Notes: svn path=/head/; revision=328450
Diffstat (limited to 'Mk/bsd.pbi.mk')
-rw-r--r--Mk/bsd.pbi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.pbi.mk b/Mk/bsd.pbi.mk
index 22e3c5d7efb0..514d1433bae0 100644
--- a/Mk/bsd.pbi.mk
+++ b/Mk/bsd.pbi.mk
@@ -19,7 +19,7 @@ check-pbimanager:
@set -- chk=""; \
if [ -z "`which pbi_info`" ] ; then \
- cd ${PORTSDIR}/ports-mgmt/pbi-manager && make install clean; \
+ cd ${PORTSDIR}/sysutils/pcbsd-utils && make install clean; \
fi
pbi: pbi-generate