summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-05-30 18:06:38 +0000
committerrillig <rillig@pkgsrc.org>2007-05-30 18:06:38 +0000
commit2b508ff00b8bcb5574eaf47b3f642a067b8f9b34 (patch)
treebf4934e58ece618d231099dc68165d173ff63b66 /www
parent22cac7d45fdfc929165d23ac9601a04d2a6c1e4c (diff)
downloadpkgsrc-2b508ff00b8bcb5574eaf47b3f642a067b8f9b34.tar.gz
The file httpd-languages.conf.in does not end with a newline character,
which causes nbsed on Solaris to create a file of unlimited size. Fixed by appending a newline.
Diffstat (limited to 'www')
-rw-r--r--www/apache22/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index c384a1ac719..cc67e974f02 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/02/25 00:02:35 sborrill Exp $
+# $NetBSD: Makefile,v 1.11 2007/05/30 18:06:38 rillig Exp $
.include "Makefile.common"
@@ -212,6 +212,7 @@ CONFIGURE_ARGS+= ${AP_CFG_ARGS.${ap_mod}}
post-extract:
${TOUCH} ${WRKSRC}/build/libtool
+ ${ECHO} "" >> ${WRKSRC}/docs/conf/extra/httpd-languages.conf.in
post-build:
${SED} "s#@PKG_SYSCONFDIR@#${PKG_SYSCONFDIR}#g" \