[csw-devel] SF.net SVN: gar:[19862] csw/mgar/pkg/courier-imap/trunk/Makefile
wilbury at users.sourceforge.net
wilbury at users.sourceforge.net
Sun Dec 9 12:37:45 CET 2012
Revision: 19862
http://gar.svn.sourceforge.net/gar/?rev=19862&view=rev
Author: wilbury
Date: 2012-12-09 11:37:45 +0000 (Sun, 09 Dec 2012)
Log Message:
-----------
courier-imap/trunk: Specify piddir explicitly
Modified Paths:
--------------
csw/mgar/pkg/courier-imap/trunk/Makefile
Modified: csw/mgar/pkg/courier-imap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/courier-imap/trunk/Makefile 2012-12-09 09:51:18 UTC (rev 19861)
+++ csw/mgar/pkg/courier-imap/trunk/Makefile 2012-12-09 11:37:45 UTC (rev 19862)
@@ -31,6 +31,7 @@
CONFIGURE_ARGS += --with-userdb=/etc/opt/csw/authlib/userdb
CONFIGURE_ARGS += --with-certsdir=$(sysconfdir)
CONFIGURE_ARGS += --with-certdb=/etc/opt/csw/ssl/certs
+CONFIGURE_ARGS += --with-piddir=/var/opt/csw/run/courier-imap
REINPLACE_USRLOCAL += $(mandir)/man1/maildirmake.1
REINPLACE_WHEN_USRLOCAL = postinstall
@@ -73,9 +74,10 @@
include gar/category.mk
post-install-modulated:
+ @/opt/csw/bin/ginstall -d -m 755 $(DESTDIR)/etc/opt/csw/pkg/CSW$(NAME)
@/opt/csw/bin/ginstall -d -m 755 $(DESTDIR)/etc/opt/csw/init.d
@/opt/csw/bin/ginstall -d -m 755 $(DESTDIR)/var/opt/csw/svc/manifest/network
- @/opt/csw/bin/ginstall -d -m 755 $(DESTDIR)/etc/opt/csw/pkg/CSW$(NAME)
+ @/opt/csw/bin/ginstall -d -m 755 $(DESTDIR)/var/opt/csw/run/courier-imap
@/opt/csw/bin/ginstall -m 755 $(FILEDIR)/cswcourier-imap $(DESTDIR)/$(INITSMF)
@/opt/csw/bin/ginstall -m 644 $(FILEDIR)/cswcourier-imap.xml $(DESTDIR)/var/opt/csw/svc/manifest/network/cswcourier-imap.xml
@$(MAKECOOKIE)
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