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

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Wed Feb 22 23:13:17 CET 2012


Revision: 17136
          http://gar.svn.sourceforge.net/gar/?rev=17136&view=rev
Author:   bonivart
Date:     2012-02-22 22:13:17 +0000 (Wed, 22 Feb 2012)
Log Message:
-----------
miltergreylist/trunk: fix state dir

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

Modified: csw/mgar/pkg/miltergreylist/trunk/Makefile
===================================================================
--- csw/mgar/pkg/miltergreylist/trunk/Makefile	2012-02-22 19:52:21 UTC (rev 17135)
+++ csw/mgar/pkg/miltergreylist/trunk/Makefile	2012-02-22 22:13:17 UTC (rev 17136)
@@ -40,7 +40,7 @@
 CONFIGURE_ARGS += --with-conffile=/etc/opt/csw/greylist.conf
 CONFIGURE_ARGS += --enable-dnsrbl
 CONFIGURE_ARGS += --enable-stdio-hack
-CONFIGURE_ARGS += --localstatedir=/var/opt/csw/miltergreylist
+CONFIGURE_ARGS += --localstatedir=/var/opt/csw
 CONFIGURE_ARGS += --with-libGeoIP=/opt/csw/lib
 CONFIGURE_ARGS += --with-libspf2=/opt/csw/lib
 CONFIGURE_ARGS += --mandir=/opt/csw/share/man
@@ -61,7 +61,7 @@
 MIGRATE_DEST_DIR   = /etc/opt/csw
 
 PROTOTYPE_MODIFIERS = 1
-PROTOTYPE_FILES_1   = /var/opt/csw/miltergreylist
+PROTOTYPE_FILES_1   = /var/opt/csw/milter-greylist
 PROTOTYPE_CLASS_1   = ugfiles
 PROTOTYPE_PERMS_1   = 0700
 PROTOTYPE_USER_1    = greylist
@@ -79,7 +79,6 @@
 	@ginstall -d -m 755 $(DESTDIR)/etc/opt/csw
 	@ginstall -d -m 755 $(DESTDIR)$(docdir)/$(NAME)
 	@$(foreach DOC,$(DOCLIST),cp $(WORKSRC)/$(DOC) $(DESTDIR)$(docdir)/$(NAME);)
-	@ginstall -d -m 755 $(DESTDIR)/var/opt/csw/$(NAME)
 	@ginstall -d -m 755 $(DESTDIR)/opt/csw/etc/pkg/CSW$(NAME)
 	@cp $(FILEDIR)/CSWmiltergreylist.ug $(DESTDIR)/opt/csw/etc/pkg/CSW$(NAME)/cswusergroup
 	@ginstall -d -m 755 $(DESTDIR)/etc/opt/csw/init.d

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