View | Details | Raw Unified | Return to bug 109065
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 1-6 Link Here
1
# New ports collection makefile for:   portcheck
1
# New ports collection makefile for:   portcheck
2
# Date created:        01 January 2007
2
# Date created:        01 January 2007
3
# Whom:                Kim Naim Lesmer <naim@usebsd.com>
3
# Whom:                Kim Naim Lesmer <naim@bitcare.dk>
4
#
4
#
5
# $FreeBSD: /repoman/r/pcvs/ports/ports-mgmt/portcheck/Makefile,v 1.3 2007/02/06 02:42:16 linimon Exp $
5
# $FreeBSD: /repoman/r/pcvs/ports/ports-mgmt/portcheck/Makefile,v 1.3 2007/02/06 02:42:16 linimon Exp $
6
#
6
#
Lines 8-18 Link Here
8
PORTNAME=	portcheck
8
PORTNAME=	portcheck
9
PORTVERSION=	1.12
9
PORTVERSION=	1.12
10
CATEGORIES=	ports-mgmt
10
CATEGORIES=	ports-mgmt
11
MASTER_SITES=	http://www.usebsd.com/pub/portcheck/files/ \
11
MASTER_SITES=	http://www.bitcare.dk/pub/portcheck/files/
12
		http://www.bitcare.dk/pub/portcheck/files/
13
EXTRACT_SUFX=	.tbz
12
EXTRACT_SUFX=	.tbz
14
13
15
MAINTAINER=	naim@usebsd.com
14
MAINTAINER=	naim@bitcare.dk
16
COMMENT=	Maintains the ports tree and checks up the installed packages
15
COMMENT=	Maintains the ports tree and checks up the installed packages
17
16
18
RUN_DEPENDS=	${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
17
RUN_DEPENDS=	${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit

Return to bug 109065