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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Wed Nov 18 22:47:29 CET 2009


Revision: 7345
          http://gar.svn.sourceforge.net/gar/?rev=7345&view=rev
Author:   skayser
Date:     2009-11-18 21:47:29 +0000 (Wed, 18 Nov 2009)

Log Message:
-----------
axel: changed sysconfdir and integrated MIGRATE_FILES

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

Modified: csw/mgar/pkg/axel/trunk/Makefile
===================================================================
--- csw/mgar/pkg/axel/trunk/Makefile	2009-11-18 18:38:18 UTC (rev 7344)
+++ csw/mgar/pkg/axel/trunk/Makefile	2009-11-18 21:47:29 UTC (rev 7345)
@@ -1,5 +1,3 @@
-# TODO
-# - Migrate configuration from /opt to /etc
 GARNAME = axel
 GARVERSION = 2.4
 CATEGORIES = utils
@@ -29,13 +27,16 @@
 # Make ./configure play nicely with /bin/sh and /opt/csw prefix
 PATCHFILES = 0001-configure-use-backticks-and-honor-prefix-for-gettext.patch
 
+sysconfdir = /etc/opt/csw
 CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --etcdir=$(sysconfdir)
 CONFIGURE_ARGS += --i18n=0
 
 # axel doesn't come with a test suite
 TEST_SCRIPTS =
 
 SAMPLECONF = $(sysconfdir)/axelrc
+MIGRATE_FILES = axelrc
 
 include gar/category.mk
 


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