Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 22:18:46 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332920 - head/www/apache22
Message-ID:  <201311052218.rA5MIkUD065102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Tue Nov  5 22:18:45 2013
New Revision: 332920
URL: http://svnweb.freebsd.org/changeset/ports/332920

Log:
  - do not silence directory creation
  
  Submitted by:	mandree

Modified:
  head/www/apache22/pkg-plist

Modified: head/www/apache22/pkg-plist
==============================================================================
--- head/www/apache22/pkg-plist	Tue Nov  5 22:16:34 2013	(r332919)
+++ head/www/apache22/pkg-plist	Tue Nov  5 22:18:45 2013	(r332920)
@@ -1,8 +1,8 @@
 @comment $FreeBSD$
 @comment keep the next three lines on top (only required for old pkg_... tools)
-@exec mkdir -p %D/%%ETCDIR%%/envvars.d 2> /dev/null || true
-@exec mkdir -p %D/%%ETCDIR%%/extra 2> /dev/null || true
-@exec mkdir -p %D/%%ETCDIR%%/Includes 2> /dev/null || true
+@exec mkdir -p %D/%%ETCDIR%%/envvars.d
+@exec mkdir -p %D/%%ETCDIR%%/extra
+@exec mkdir -p %D/%%ETCDIR%%/Includes
 %%ETCDIR%%/Includes/no-accf.conf
 include/apache22/ap_compat.h
 include/apache22/ap_config.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311052218.rA5MIkUD065102>