diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-11-06 06:18:45 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-11-06 06:18:45 +0800 |
commit | 9eb92209518fe6a5acb4d5742965902387bf4f77 (patch) | |
tree | fa441b9b2e006f99f9b8ddd29929c9a34f49f9af /www/apache22 | |
parent | afc9e77b31453c8ec640a88016e79c5f471735cd (diff) | |
download | freebsd-ports-gnome-9eb92209518fe6a5acb4d5742965902387bf4f77.tar.gz freebsd-ports-gnome-9eb92209518fe6a5acb4d5742965902387bf4f77.tar.zst freebsd-ports-gnome-9eb92209518fe6a5acb4d5742965902387bf4f77.zip |
- do not silence directory creation
Submitted by: mandree
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist index e4366f2dd690..f08777f74428 100644 --- a/www/apache22/pkg-plist +++ b/www/apache22/pkg-plist @@ -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 |