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
commite4aa58d13477c0ff8076560fdb306741b880d6b3 (patch)
treebf4934e58ece618d231099dc68165d173ff63b66 /www/apache22
parentb15bd93b1e4c79eac04de6b1472bf2df6d7d1bb5 (diff)
downloadpkgsrc-e4aa58d13477c0ff8076560fdb306741b880d6b3.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" \