diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-15 19:54:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-15 19:54:59 +0000 |
commit | bb4f3256f866176527410a544afe2d3d7cc3a827 (patch) | |
tree | 12b7827598af3a3e5945ce374cad06861e761ace /devel/strace | |
parent | Add a message that Cyrille did provide in PR 31058, but I somehow (diff) |
I do not understand why something that is like truss/ktrace is in "devel"
and not sysutils...
Notes
Notes:
svn path=/head/; revision=48812
Diffstat (limited to 'devel/strace')
-rw-r--r-- | devel/strace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/strace/Makefile b/devel/strace/Makefile index 5c825579fe29..e787f2085f80 100644 --- a/devel/strace/Makefile +++ b/devel/strace/Makefile @@ -7,7 +7,7 @@ PORTNAME= strace PORTVERSION= 4.4 -CATEGORIES= devel +CATEGORIES= devel sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION}-1 |