diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-05 01:08:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-05 01:08:46 +0000 |
commit | 0d0d56457bb54d930410a5b55092e1624f3012e5 (patch) | |
tree | 6dc64f85ffb41f8710ebfdf60aa600dd824c2b2a /ports-mgmt/port-authoring-tools | |
parent | 91cd12aa0e86e4c646fc2cbb9aa97320aac54680 (diff) | |
download | ports-0d0d56457bb54d930410a5b55092e1624f3012e5.tar.gz ports-0d0d56457bb54d930410a5b55092e1624f3012e5.zip |
Notes
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 |