[csw-devel] SF.net SVN: gar:[14455] csw/mgar/pkg/php5/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Apr 29 04:51:35 CEST 2011


Revision: 14455
          http://gar.svn.sourceforge.net/gar/?rev=14455&view=rev
Author:   bdwalton
Date:     2011-04-29 02:51:34 +0000 (Fri, 29 Apr 2011)

Log Message:
-----------
php5/trunk: use workdir, not worksrc, when installing the httpd-php5.conf addon

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/Makefile

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2011-04-29 01:29:07 UTC (rev 14454)
+++ csw/mgar/pkg/php5/trunk/Makefile	2011-04-29 02:51:34 UTC (rev 14455)
@@ -332,7 +332,7 @@
 post-install-modulated:
 	@rm -f $(DESTDIR)$(AP2SYSCONF)
 	@mkdir -p $(DESTDIR)$(AP2EXTCONF)
-	@cp $(WORKSRC)/httpd-php5.conf $(AP2EXTCONF)
+	@cp $(WORKDIR)/httpd-php5.conf $(AP2EXTCONF)
 	@cp $(WORKSRC)/php.ini-production $(INIDEST)
 	@ginstall -m 0755 $(DOWNLOADDIR)/phpext $(DESTDIR)$(prefix)/php5/bin/
 	@perl -pi -e 's/^;extension=php_(.*).dll/;extension=$$1.so/' $(INIDEST)


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