diff options
author | jwise <jwise> | 2000-08-24 13:59:42 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-24 13:59:42 +0000 |
commit | 6b9ba7fac917e17c5e6f041ece1ca16120ac1d3f (patch) | |
tree | dcc555548cce926761cd86f85512cb43d4cf4448 /www/Makefile | |
parent | c509889139ff954810a3cf190e68269f017758e8 (diff) | |
download | pkgsrc-6b9ba7fac917e17c5e6f041ece1ca16120ac1d3f.tar.gz |
Move comments explaining why jsdk20 and dependent packages are not
enabled by default onto the same line as SUBDIR+= for the package,
so that lintpkgsrc notices the comments.
Fixes:
ERROR: www/jsdk20 is disabled without a reason being listed in www/Makefile
Please add a comment to www/Makefile indicating why www/jsdk20 is disabled
ERROR: www/jssi is disabled without a reason being listed in www/Makefile
Please add a comment to www/Makefile indicating why www/jssi is disabled
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/Makefile b/www/Makefile index abbb7b3b398..9599b53cdb7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2000/08/22 11:06:33 rh Exp $ +# $NetBSD: Makefile,v 1.94 2000/08/24 13:59:42 jwise Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -36,10 +36,8 @@ SUBDIR += hypermail SUBDIR += ijb SUBDIR += jakarta-tomcat -# jsdk20 is disabled because the distfile must be manually downloaded. -# SUBDIR += jsdk20 -# disabled because it depends on jsdk20 -# SUBDIR += jssi +# SUBDIR += jsdk20 # distfile must be manually downloaded. +# SUBDIR += jssi # depends on disabled jsdk20 SUBDIR += kannel SUBDIR += libghttp SUBDIR += libwww |