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

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Sat May 5 14:07:05 CEST 2012


Revision: 17942
          http://gar.svn.sourceforge.net/gar/?rev=17942&view=rev
Author:   wilbury
Date:     2012-05-05 12:07:05 +0000 (Sat, 05 May 2012)
Log Message:
-----------
powerdns/trunk: Finish work, make it build and package.

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

Modified: csw/mgar/pkg/powerdns/trunk/Makefile
===================================================================
--- csw/mgar/pkg/powerdns/trunk/Makefile	2012-05-05 10:15:03 UTC (rev 17941)
+++ csw/mgar/pkg/powerdns/trunk/Makefile	2012-05-05 12:07:05 UTC (rev 17942)
@@ -52,7 +52,7 @@
 REINPLACE_FILES_usrlocallib = pdns/pdns.conf-dist
 
 CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns
+CONFIGURE_ARGS += --sysconfdir=/etc$(prefix)/pdns
 CONFIGURE_ARGS += --libdir=$(prefix)/lib/pdns
 CONFIGURE_ARGS += --disable-recursor
 CONFIGURE_ARGS += --with-lua=no
@@ -105,7 +105,7 @@
 	@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
 	@ginstall -m 755 $(FILEDIR)/cswpdns $(DESTDIR)/etc/opt/csw/init.d/cswpdns
 	@echo " ==> Moving config file"
-	@mv $(DESTDIR)/etc/opt/csw/pdns/pdns.conf-dist $(DESTDIR)/etc/opt/csw/pdns/pdns.conf
+	@mv $(DESTDIR)/etc$(prefix)/pdns/pdns.conf-dist $(DESTDIR)/etc$(prefix)/pdns/pdns.conf
 	@$(MAKECOOKIE)
 
 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