[csw-devel] SF.net SVN: gar:[16385] csw/mgar/pkg/dovecot/trunk/Makefile
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Tue Dec 6 20:53:56 CET 2011
Revision: 16385
http://gar.svn.sourceforge.net/gar/?rev=16385&view=rev
Author: jake_goerzen
Date: 2011-12-06 19:53:56 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
dovecot: move search n replace rule
Modified Paths:
--------------
csw/mgar/pkg/dovecot/trunk/Makefile
Modified: csw/mgar/pkg/dovecot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dovecot/trunk/Makefile 2011-12-06 18:37:43 UTC (rev 16384)
+++ csw/mgar/pkg/dovecot/trunk/Makefile 2011-12-06 19:53:56 UTC (rev 16385)
@@ -91,11 +91,6 @@
s|/etc/ssl|/opt/csw/ssl|; \
s|/usr/local|/opt/csw|;' \
$(WORKSRC)/doc/example-config/conf.d/*
- perl -pi -e '\
- s|/etc/ssl|/opt/csw/ssl|; \
- s|/usr/local|/opt/csw|; \
- s|/usr/share|/opt/csw/share|;' \
- $(WORKSRC)/doc/wiki/*
@$(MAKECOOKIE)
post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(NAME)
@@ -104,6 +99,12 @@
post-install-modulated: SSLDIR = $(DESTDIR)/opt/csw/ssl
post-install-modulated:
+ perl -pi -e '\
+ s|/etc/ssl|/opt/csw/ssl|; \
+ s|/usr/local|/opt/csw|; \
+ s|/usr/share|/opt/csw/share|;' \
+ $(DESTDIR)/opt/csw/share/doc/dovecot/wiki/*
+
# Include these in the pkg. dovecot will create them otherwise
# with root:root ownership, which conflicts with other pkg's
ginstall -d $(DESTDIR)$(localstatedir)/run
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