diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-22 18:19:44 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-22 18:19:44 +0000 |
commit | f88690bf531db7a458a5ef0b75c120731969eae1 (patch) | |
tree | 1f7747e37edd48ad8ab16eaff6c38cf0928d2d58 /picobsd | |
parent | bb53f3ecee6dcf35d029f67251a8c837bf8fa696 (diff) |
Ports policy:
Ensure that the master category is always matches name of the parent
(category) directory. This is required for ORIGIN to function properly.
Notes
Notes:
svn path=/head/; revision=42934
Diffstat (limited to 'picobsd')
-rw-r--r-- | picobsd/ssh-picobsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picobsd/ssh-picobsd/Makefile b/picobsd/ssh-picobsd/Makefile index 2b113731dfea..233ec40ab99f 100644 --- a/picobsd/ssh-picobsd/Makefile +++ b/picobsd/ssh-picobsd/Makefile @@ -10,7 +10,7 @@ PORTNAME= ssh PORTVERSION= 1.2.27 # Note, 1.2.30 is under a more restrictive license PORTREVISION= 1 -CATEGORIES= security picobsd +CATEGORIES= picobsd security MASTER_SITES= ftp://ftp.cs.engr.uky.edu/cs/software/ \ ftp://ftp.cs.umn.edu/dept/users/rybski/ \ ftp://ftp.net.ohio-state.edu/disk/d/security/ssh/ \ |