svn commit: r332920 - head/www/apache22

Olli Hauer ohauer at FreeBSD.org
Tue Nov 5 22:18:46 UTC 2013


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)
- at exec mkdir -p %D/%%ETCDIR%%/envvars.d 2> /dev/null || true
- at exec mkdir -p %D/%%ETCDIR%%/extra 2> /dev/null || true
- at exec mkdir -p %D/%%ETCDIR%%/Includes 2> /dev/null || true
+ at exec mkdir -p %D/%%ETCDIR%%/envvars.d
+ at exec mkdir -p %D/%%ETCDIR%%/extra
+ at exec mkdir -p %D/%%ETCDIR%%/Includes
 %%ETCDIR%%/Includes/no-accf.conf
 include/apache22/ap_compat.h
 include/apache22/ap_config.h


More information about the svn-ports-all mailing list