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

lblume at users.sourceforge.net lblume at users.sourceforge.net
Tue Jun 18 17:07:44 CEST 2013


Revision: 21367
          http://gar.svn.sourceforge.net/gar/?rev=21367&view=rev
Author:   lblume
Date:     2013-06-18 15:07:33 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
wxwidgets/trunk: Reinstate installation of the contrib bits

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

Modified: csw/mgar/pkg/wxwidgets/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wxwidgets/trunk/Makefile	2013-06-18 09:23:21 UTC (rev 21366)
+++ csw/mgar/pkg/wxwidgets/trunk/Makefile	2013-06-18 15:07:33 UTC (rev 21367)
@@ -130,7 +130,17 @@
 
 include gar/category.mk
 
+INSTALL_SCRIPTS = wxwidgets
 
+include gar/category.mk
+
+# It is necessary to use this as the contrib subdirectory is not installed
+# by default
+install-wxwidgets:
+	(cd $(WORKSRC) && $(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) install)
+	(cd $(WORKSRC)/contrib && $(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) install)
+	@$(MAKECOOKIE)
+
 # Remove Studio-specific arch references
 post-install-modulated:
 	gsed -i \

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