diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 03:20:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 03:20:54 +0000 |
commit | 564ffbc957a4695d1b58550378afa9062277ebb7 (patch) | |
tree | 66a028a7a93393f576d839a29c8cccffd76f516a /sysutils/port-maintenance-tools | |
parent | 0c61d7d8fd9893551fe4b0fc86ebfdfa18e1d772 (diff) |
Notes
Diffstat (limited to 'sysutils/port-maintenance-tools')
-rw-r--r-- | sysutils/port-maintenance-tools/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/port-maintenance-tools/Makefile b/sysutils/port-maintenance-tools/Makefile index 849c61047575..4e1b575c9870 100644 --- a/sysutils/port-maintenance-tools/Makefile +++ b/sysutils/port-maintenance-tools/Makefile @@ -17,13 +17,13 @@ COMMENT= "meta-port" for administrative tools to maintain ports # note: portuprade is brought in by pkg_cutleaves RUN_DEPENDS= \ - cvsup:${PORTSDIR}/net/cvsup-without-gui \ - fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \ - pkg_cutleaves:${PORTSDIR}/sysutils/pkg_cutleaves \ - pkg_tree:${PORTSDIR}/sysutils/pkg_tree \ - porteasy:${PORTSDIR}/misc/porteasy \ - portell:${PORTSDIR}/misc/portell \ - portdowngrade:${PORTSDIR}/sysutils/portdowngrade + ${LOCALBASE}/bin/cvsup:${PORTSDIR}/net/cvsup-without-gui \ + ${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \ + ${LOCALBASE}/sbin/pkg_cutleaves:${PORTSDIR}/sysutils/pkg_cutleaves \ + ${LOCALBASE}/bin/pkg_tree:${PORTSDIR}/sysutils/pkg_tree \ + ${LOCALBASE}/bin/porteasy:${PORTSDIR}/misc/porteasy \ + ${LOCALBASE}/bin/portell:${PORTSDIR}/misc/portell \ + ${LOCALBASE}/sbin/portdowngrade:${PORTSDIR}/sysutils/portdowngrade NO_BUILD= yes |