diff options
author | rillig <rillig@pkgsrc.org> | 2009-01-09 19:34:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-01-09 19:34:44 +0000 |
commit | 732a99bd9757e633e4bed01fab5e61a34bc5206a (patch) | |
tree | d3067814e55bbd1ce28641af42458dad7fe3ab2a | |
parent | 170e346d0d2bb36c38e5cf3962fa9d7d88cbb95d (diff) | |
download | pkgsrc-732a99bd9757e633e4bed01fab5e61a34bc5206a.tar.gz |
Fixed pkglint warnings about sorting SUBDIR.
-rw-r--r-- | net/Makefile | 4 | ||||
-rw-r--r-- | security/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/Makefile b/net/Makefile index 2a7f96cd90c..e0a0c3c00e5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.753 2009/01/06 03:58:30 jmcneill Exp $ +# $NetBSD: Makefile,v 1.754 2009/01/09 19:34:44 rillig Exp $ # COMMENT= Networking tools @@ -365,8 +365,8 @@ SUBDIR+= p5-POE-Component-Client-DNS SUBDIR+= p5-POE-Component-Client-Ident SUBDIR+= p5-POE-Component-SNMP SUBDIR+= p5-RADIUS -SUBDIR+= p5-RadiusPerl SUBDIR+= p5-RPC-XML +SUBDIR+= p5-RadiusPerl SUBDIR+= p5-SNMP-Info SUBDIR+= p5-SNMP-MIB-Compiler SUBDIR+= p5-SNMP_Session diff --git a/security/Makefile b/security/Makefile index ee5847d82a6..03de1773b9d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.339 2009/01/04 01:13:55 adrianp Exp $ +# $NetBSD: Makefile,v 1.340 2009/01/09 19:34:44 rillig Exp $ # COMMENT= Security tools @@ -133,11 +133,11 @@ SUBDIR+= opencdk SUBDIR+= openpam SUBDIR+= openssh SUBDIR+= openssl -SUBDIR+= openvas-libraries +SUBDIR+= openvas-client SUBDIR+= openvas-libnasl +SUBDIR+= openvas-libraries SUBDIR+= openvas-plugins SUBDIR+= openvas-server -SUBDIR+= openvas-client SUBDIR+= otpCalc SUBDIR+= p0f SUBDIR+= p5-Authen-CAS-Client |