diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 07:59:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 07:59:40 +0000 |
commit | 22ba365c626224f5a10b299b6db3204a1e426d85 (patch) | |
tree | 47533217d8cc2f3143b59fadce0ea9796de7da36 /ports-mgmt/portcheck | |
parent | 2496d8863e1c019a569cdfed302b30e0434902ab (diff) | |
download | ports-22ba365c626224f5a10b299b6db3204a1e426d85.tar.gz ports-22ba365c626224f5a10b299b6db3204a1e426d85.zip |
Notes
Diffstat (limited to 'ports-mgmt/portcheck')
-rw-r--r-- | ports-mgmt/portcheck/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ports-mgmt/portcheck/Makefile b/ports-mgmt/portcheck/Makefile index e5ce17297e72..8963c6158f67 100644 --- a/ports-mgmt/portcheck/Makefile +++ b/ports-mgmt/portcheck/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: portcheck # Date created: 01 January 2007 -# Whom: Kim Naim Lesmer <naim@usebsd.com> +# Whom: Kim Naim Lesmer <naim@bitcare.dk> # # $FreeBSD$ # @@ -8,11 +8,10 @@ PORTNAME= portcheck PORTVERSION= 1.12 CATEGORIES= ports-mgmt -MASTER_SITES= http://www.usebsd.com/pub/portcheck/files/ \ - http://www.bitcare.dk/pub/portcheck/files/ +MASTER_SITES= http://www.bitcare.dk/pub/portcheck/files/ EXTRACT_SUFX= .tbz -MAINTAINER= naim@usebsd.com +MAINTAINER= naim@bitcare.dk COMMENT= Maintains the ports tree and checks up the installed packages RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit |