diff options
Diffstat (limited to 'ports-mgmt/portcheck')
-rw-r--r-- | ports-mgmt/portcheck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portcheck/Makefile b/ports-mgmt/portcheck/Makefile index ef45650db19c..39e879534f6d 100644 --- a/ports-mgmt/portcheck/Makefile +++ b/ports-mgmt/portcheck/Makefile @@ -7,7 +7,7 @@ PORTNAME= portcheck PORTVERSION= 1.12 -CATEGORIES= sysutils +CATEGORIES= ports-mgmt MASTER_SITES= http://www.usebsd.com/pub/portcheck/files/ \ http://www.bitcare.dk/pub/portcheck/files/ EXTRACT_SUFX= .tbz @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tbz MAINTAINER= naim@usebsd.com COMMENT= Maintains the ports tree and checks up the installed packages -RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/security/portaudit +RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit PLIST_FILES= bin/portcheck MAN1= portcheck.1 |