Revision: 23829
          http://sourceforge.net/p/gar/code/23829
Author:   rmottola
Date:     2014-07-03 16:53:05 +0000 (Thu, 03 Jul 2014)
Log Message:
-----------
move configuration to /etc/opt/csw/

Modified Paths:
--------------
    csw/mgar/pkg/gnustep-make/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-make/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnustep-make/trunk/Makefile    2014-07-03 12:47:59 UTC (rev 
23828)
+++ csw/mgar/pkg/gnustep-make/trunk/Makefile    2014-07-03 16:53:05 UTC (rev 
23829)
@@ -25,7 +25,12 @@
 
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-layout=gnustep 
+CONFIGURE_ARGS += --with-config-file=/etc/opt/csw/GNUstep/GNUstep.conf
 #CONFIGURE_ARGS += LDFLAGS="-L/opt/csw/lib -R/opt/csw/lib"
 
+PRESERVECONF += $(sysconfdir)/installation-domains.conf
+
 include gar/category.mk
 
+post-install:
+       ( ginstall -D -m 0644 $(WORKSRC)/installation-domains.conf 
$(DESTDIR)$(sysconfdir)/installation-domains.conf )

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Reply via email to