diff options
author | edwin <edwin@FreeBSD.org> | 2004-04-03 15:34:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-04-03 15:34:20 +0800 |
commit | f7adda91d4cc4e9329bb330dd773aa12ba0dd63c (patch) | |
tree | f64b7a2f12c948532665fa02f0a388d1d18299d7 /mail/p3scan | |
parent | cf94caffa3f77d287e269b957cb24d8124209051 (diff) | |
download | freebsd-ports-gnome-f7adda91d4cc4e9329bb330dd773aa12ba0dd63c.tar.gz freebsd-ports-gnome-f7adda91d4cc4e9329bb330dd773aa12ba0dd63c.tar.zst freebsd-ports-gnome-f7adda91d4cc4e9329bb330dd773aa12ba0dd63c.zip |
Add `net' to the categories since the port is doing networking stuff
(POP3 session interception) too.
Diffstat (limited to 'mail/p3scan')
-rw-r--r-- | mail/p3scan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p3scan/Makefile b/mail/p3scan/Makefile index 44b76707b471..e4ae504af518 100644 --- a/mail/p3scan/Makefile +++ b/mail/p3scan/Makefile @@ -8,7 +8,7 @@ PORTNAME= p3scan PORTVERSION= 1.0 PORTREVISION= 2 -CATEGORIES= mail +CATEGORIES= mail net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |