diff options
author | drochner <drochner> | 2011-03-02 10:14:31 +0000 |
---|---|---|
committer | drochner <drochner> | 2011-03-02 10:14:31 +0000 |
commit | d9dff05046a8bb7a0384d2a6bb27566a38d8f72b (patch) | |
tree | 24076d0e65845e60c06f5e3a586cc43b377234d8 /www/Makefile | |
parent | c2b701d18b0075a51b24054667e6cebcb4576388 (diff) | |
download | pkgsrc-d9dff05046a8bb7a0384d2a6bb27566a38d8f72b.tar.gz |
-disable the "pre-configure" step which turned out to be unnecessary
and could cause problems when building as non-root, from John Marino
-put the build of demo programs (which was optionally, not switched
on per default) into its own pkg, to avoid builds in the "install"
phase and conditional PLIST entries
-misc cleanup, fix a DESTDIR glitch
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 60d1738d4c9..a237e6305ed 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.786 2011/02/28 17:24:09 wiz Exp $ +# $NetBSD: Makefile,v 1.787 2011/03/02 10:14:31 drochner Exp $ # COMMENT= Packages related to the World Wide Web @@ -76,6 +76,7 @@ SUBDIR+= apachetop SUBDIR+= asp2php SUBDIR+= august SUBDIR+= aws +SUBDIR+= aws-demos SUBDIR+= awstats SUBDIR+= bannerfilter SUBDIR+= bins |