Skip to content

Commit

Permalink
The file httpd-languages.conf.in does not end with a newline character,
Browse files Browse the repository at this point in the history
which causes nbsed on Solaris to create a file of unlimited size. Fixed
by appending a newline.
  • Loading branch information
rillig committed May 30, 2007
1 parent 22cac7d commit 2b508ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/apache22/Makefile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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" \
Expand Down

0 comments on commit 2b508ff

Please sign in to comment.