diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-22 16:03:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-22 16:03:27 +0800 |
commit | fba45aabbde920cfcf7e2238bf248eba72b46860 (patch) | |
tree | 1860af6d3fe0d3e5a81b83f2551cc4f49492f39c /security | |
parent | ae217a4ed8ba1e29b9ee8c1e40d970ca1545732b (diff) | |
download | freebsd-ports-graphics-fba45aabbde920cfcf7e2238bf248eba72b46860.tar.gz freebsd-ports-graphics-fba45aabbde920cfcf7e2238bf248eba72b46860.tar.zst freebsd-ports-graphics-fba45aabbde920cfcf7e2238bf248eba72b46860.zip |
- Add ipv6 category
PR: ports/107052
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 8eb9563458a..2d21b84dd1c 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -8,7 +8,7 @@ PORTNAME= openssh PORTVERSION= 3.6.1 PORTREVISION= 6 -CATEGORIES= security +CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp1.se.openbsd.org/pub/OpenBSD/OpenSSH/ |