]> Zhao Yanbai Git Server - minix.git/commit
use ${PKGPATH} instead of ${CATEGORIES}/${PKGBASE}
authorThomas Cort <tcort@minix3.org>
Mon, 27 Jun 2011 16:01:38 +0000 (16:01 +0000)
committerBen Gras <ben@minix3.org>
Mon, 27 Jun 2011 19:18:47 +0000 (21:18 +0200)
commit55c7e24c74f85f54d0baa62593eb60993558ace1
tree8d81e75e11397e078bc164468fd0238173eabb48
parent69bf8e4f71a428acac73c75b17930bf12557a3c1
use ${PKGPATH} instead of ${CATEGORIES}/${PKGBASE}

Some packages are in multiple categories (one example is
devel/libgetopt). This broke the IF statement because
${CATEGORIES} got expanded to "cat1 cat2". The proper
variable to use is PKGPATH.
share/mk/pkgsrchooks.mk