diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-20 06:52:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-20 06:52:41 +0000 |
commit | 8cebb8c7f21209c0e83ffdc38ff48c5b49722d0d (patch) | |
tree | 8a0dff6242cec7f17437381a9c729e2113596eac /net-mgmt | |
parent | fde40868423e4d90b5defcc016ea9a07e16e5eaf (diff) | |
download | ports-8cebb8c7f21209c0e83ffdc38ff48c5b49722d0d.tar.gz ports-8cebb8c7f21209c0e83ffdc38ff48c5b49722d0d.zip |
- Move arpwatch-devel to new category - net-mgmt
PR: ports/64483
Submitted by: Matthew George <mdg@secureworks.net>
Notes
Notes:
svn path=/head/; revision=104702
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/arpwatch-devel/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 311828bd6040..92647a580ea7 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -10,6 +10,7 @@ SUBDIR += ap-utils SUBDIR += argus SUBDIR += arpwatch + SUBDIR += arpwatch-devel SUBDIR += arts++ SUBDIR += aspathtree SUBDIR += bandwidthd diff --git a/net-mgmt/arpwatch-devel/Makefile b/net-mgmt/arpwatch-devel/Makefile index 8cefdfeca18f..8890cbe9853f 100644 --- a/net-mgmt/arpwatch-devel/Makefile +++ b/net-mgmt/arpwatch-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= arpwatch PORTVERSION= 2.1.a11 -CATEGORIES= net +CATEGORIES= net-mgmt MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ ftp://ftp.ee.lbl.gov/ PKGNAMESUFFIX= -devel |