Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 22:48:57 +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: r332927 - head/www/apache24
Message-ID:  <201311052248.rA5MmvBl075583@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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$
+@comment keep the next three lines on top (only required for old pkg_... tools)
+@exec mkdir -p %D/%%ETCDIR%%/envvars.d
+@exec mkdir -p %D/%%ETCDIR%%/extra
+@exec mkdir -p %D/%%ETCDIR%%/Includes
 bin/ab
 bin/htdbm
 bin/htdigest



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