diff options
Diffstat (limited to 'ports-mgmt/port-authoring-tools')
-rw-r--r-- | ports-mgmt/port-authoring-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/port-authoring-tools/Makefile b/ports-mgmt/port-authoring-tools/Makefile index ec3939be0205..548834ad7e7c 100644 --- a/ports-mgmt/port-authoring-tools/Makefile +++ b/ports-mgmt/port-authoring-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= port-authoring-tools PORTVERSION= 1.0 -CATEGORIES= sysutils +CATEGORIES= ports-mgmt MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty @@ -20,7 +20,7 @@ RUN_DEPENDS= \ ${LOCALBASE}/bin/cvsup:${PORTSDIR}/net/cvsup-without-gui \ ${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \ ${LOCALBASE}/sbin/libchk:${PORTSDIR}/sysutils/libchk \ - ${LOCALBASE}/bin/port:${PORTSDIR}/devel/porttools + ${LOCALBASE}/bin/port:${PORTSDIR}/ports-mgmt/porttools NO_BUILD= yes |