summaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorrillig <rillig>2007-05-30 18:06:38 +0000
committerrillig <rillig>2007-05-30 18:06:38 +0000
commit67c2db156d5cd6949fb0c7aecda13f77ea09af94 (patch)
treebf4934e58ece618d231099dc68165d173ff63b66 /www/apache22
parent5a86fe718cdcf3d63435c35203c4b843da05ec50 (diff)
downloadpkgsrc-67c2db156d5cd6949fb0c7aecda13f77ea09af94.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/apache22')
-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" \