search for: post_uninstall

Displaying 2 results from an estimated 2 matches for "post_uninstall".

2007 Dec 29
0
building dovecot-sieve against installed dovecot
...the same directory as dovecot-config. I have included this patch in the pkgsrc dovecot 1.1 package a while ago. Geert -------------- next part -------------- --- src/libsieve/Makefile.in.orig 2007-09-23 16:59:48.000000000 +0200 +++ src/libsieve/Makefile.in @@ -38,8 +38,8 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ - at HAVE_DOVECOT_LIBS_TRUE@pkglibexec_PROGRAMS = sievec$(EXEEXT) \ - at HAVE_DOVECOT_LIBS_TRUE@ sieved$(EXEEXT) +pkglibexec_PROGRAMS = sievec$(EXEEXT) \ + sieved$(EXEEXT) subdir = src/libsieve DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Ma...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...;& cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = src/plugins/urlauth +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(...