View | Details | Raw Unified | Return to bug 216395 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 4-11 Link Here
4
PORTNAME=	dtpstree
4
PORTNAME=	dtpstree
5
PORTVERSION=	1.0.3
5
PORTVERSION=	1.0.3
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://apt.douglasthrift.net/files/${PORTNAME}/ \
7
MASTER_SITES=	http://dl1.douglasthrift.net/${PORTNAME}/ \
8
		http://code.douglasthrift.net/files/${PORTNAME}/
8
		http://dl2.douglasthrift.net/${PORTNAME}/
9
9
10
MAINTAINER=	douglas@douglasthrift.net
10
MAINTAINER=	douglas@douglasthrift.net
11
COMMENT=	Display a tree of processes
11
COMMENT=	Display a tree of processes
Lines 16-22 Link Here
16
MAKEFILE=	GNUmakefile
16
MAKEFILE=	GNUmakefile
17
USES=		gmake ncurses tar:xz
17
USES=		gmake ncurses tar:xz
18
18
19
MAN1=		dtpstree.1
20
PLIST_FILES=	bin/dtpstree \
19
PLIST_FILES=	bin/dtpstree \
21
		man/man1/dtpstree.1.gz
20
		man/man1/dtpstree.1.gz
22
21

Return to bug 216395