diff options
author | tnn <tnn@pkgsrc.org> | 2009-03-07 18:41:11 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-03-07 18:41:11 +0000 |
commit | 765382e8fcde921f46891a0da5011b86a85ad636 (patch) | |
tree | 88ca0f5e6450d64331cabd68b95a6877af1422ba /www/Makefile | |
parent | 675b1ec63e73ab22962e1687e304afc720a0638b (diff) | |
download | pkgsrc-765382e8fcde921f46891a0da5011b86a85ad636.tar.gz |
Spell SUBDIR correctly.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/Makefile b/www/Makefile index 4ddfd1779b8..7248d3e8720 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.638 2009/03/07 02:24:32 jnemeth Exp $ +# $NetBSD: Makefile,v 1.639 2009/03/07 18:41:11 tnn Exp $ # COMMENT= Packages related to the World Wide Web @@ -43,7 +43,7 @@ SUBDIR+= ap-throttle SUBDIR+= ap-xslt SUBDIR+= ap2-auth-external SUBDIR+= ap2-auth-ldap -SUDBID+= ap2-auth-mellon +SUBDIR+= ap2-auth-mellon SUBDIR+= ap2-auth-mysql SUBDIR+= ap2-auth-ntlm SUBDIR+= ap2-auth-pgsql @@ -438,7 +438,7 @@ SUBDIR+= py-moin SUBDIR+= py-nevow SUBDIR+= py-paste SUBDIR+= py-rss2gen -SUDBID+= py-scgi +SUBDIR+= py-scgi SUBDIR+= py-simpletal SUBDIR+= py-swish-e SUBDIR+= py-webpy |