diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-12 19:28:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-12 19:28:03 +0000 |
commit | ceac1408ae4f5dc7df55514e2299fdbc5a26f297 (patch) | |
tree | 9085c3c4e39e56128a7ec74b23fd1ca7389643c1 /ftp/vsftpd | |
parent | - Update to version 1.41 (diff) |
- add ipv6 to CATEGORIES
PR: 64101
Submitted by: Janos Mohacsi
Notes
Notes:
svn path=/head/; revision=103806
Diffstat (limited to 'ftp/vsftpd')
-rw-r--r-- | ftp/vsftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index cea229d76e46..976913bfe810 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -8,7 +8,7 @@ PORTNAME= vsftpd PORTVERSION= 1.2.1 PORTREVISION= 3 -CATEGORIES= ftp +CATEGORIES= ftp ipv6 MASTER_SITES= ftp://vsftpd.beasts.org/users/cevans/ MAINTAINER= dinoex@FreeBSD.org |