diff options
Diffstat (limited to 'sysutils/pstree')
-rw-r--r-- | sysutils/pstree/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pstree/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 4c7bace..522b54f 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -11,6 +11,7 @@ CATEGORIES= sysutils MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/ MAINTAINER= kris@FreeBSD.org +COMMENT= List processes as a tree do-build: cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c diff --git a/sysutils/pstree/pkg-comment b/sysutils/pstree/pkg-comment deleted file mode 100644 index 03209a2..0000000 --- a/sysutils/pstree/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -List processes as a tree |