summaryrefslogtreecommitdiff
path: root/www/lighttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r--www/lighttpd/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 0ba2c28d417..204d3a2bfc3 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2011/04/05 08:29:26 adam Exp $
+# $NetBSD: Makefile,v 1.27 2011/07/14 19:59:45 adam Exp $
-DISTNAME= lighttpd-1.4.28
+DISTNAME= lighttpd-1.4.29
CATEGORIES= www
MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/
EXTRACT_SUFX= .tar.bz2
@@ -10,10 +10,6 @@ HOMEPAGE= http://www.lighttpd.net/
COMMENT= Fast, light-footprint HTTP server
LICENSE= modified-bsd
-#PATCHFILES= 08-ssl-retval-fix.patch
-#PATCH_SITES= http://redmine.lighttpd.net/attachments/download/1095/
-#PATCH_DIST_STRIP.08-ssl-retval-fix.patch= -p1
-
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
@@ -41,7 +37,7 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/vhosts.d
post-install:
set -e; cd ${WRKSRC}/doc; \
- for f in *.css *.dot *.txt; do \
+ for f in *.css outdated/*.dot outdated/*.txt; do \
${INSTALL_DATA} $$f ${DESTDIR}${DOCDIR}; \
done; \
for f in config/*.conf scripts/*.sh; do \