[csw-devel] SF.net SVN: gar:[13960] csw/mgar/pkg/php5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Mar 28 01:00:05 CEST 2011
Revision: 13960
http://gar.svn.sourceforge.net/gar/?rev=13960&view=rev
Author: bdwalton
Date: 2011-03-27 23:00:05 +0000 (Sun, 27 Mar 2011)
Log Message:
-----------
php5/trunk: kill the httpd.conf files when install step is done
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2011-03-27 22:55:01 UTC (rev 13959)
+++ csw/mgar/pkg/php5/trunk/Makefile 2011-03-27 23:00:05 UTC (rev 13960)
@@ -731,3 +731,9 @@
cp $(AP2SYSCONF)/httpd.conf $(DESTDIR)$(AP2SYSCONF); \
cp $(APSYSCONF)/httpd.conf $(DESTDIR)$(APSYSCONF) )
@$(MAKECOOKIE)
+
+pre-install-modulated: APSYSCONF=/opt/csw/apache/conf/httpd.conf
+pre-install-modulated: AP2SYSCONF=/opt/csw/apache2/etc/httpd.conf
+post-install-modulated:
+ @( rm $(DESTDIR)$(APSYSCONF) $(DESTDIR)$(AP2SYSCONF) )
+ @$(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list