svn commit: r332927 - head/www/apache24
Olli Hauer
ohauer at FreeBSD.org
Tue Nov 5 22:48:57 UTC 2013
Author: ohauer
Date: Tue Nov 5 22:48:57 2013
New Revision: 332927
URL: http://svnweb.freebsd.org/changeset/ports/332927
Log:
- fix package installation with old pkg tools (create empty
folders in pkg-plist even staging is enabled)
Modified:
head/www/apache24/pkg-plist
Modified: head/www/apache24/pkg-plist
==============================================================================
--- head/www/apache24/pkg-plist Tue Nov 5 22:48:54 2013 (r332926)
+++ head/www/apache24/pkg-plist Tue Nov 5 22:48:57 2013 (r332927)
@@ -1,4 +1,8 @@
@comment $FreeBSD$
+ at comment keep the next three lines on top (only required for old pkg_... tools)
+ at exec mkdir -p %D/%%ETCDIR%%/envvars.d
+ at exec mkdir -p %D/%%ETCDIR%%/extra
+ at exec mkdir -p %D/%%ETCDIR%%/Includes
bin/ab
bin/htdbm
bin/htdigest
More information about the svn-ports-head
mailing list