diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2008-10-20 16:11:47 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2008-10-20 16:11:47 +0000 |
commit | d485346ba1450d1536932f244a681570a76263da (patch) | |
tree | 932e7c486f511c78257aff3e2f9bedcf85d8774b /mail/cyrus-imapd24/files/patch-sieve::Makefile.in | |
parent | Fix the two security issues, bump the PORTREVISION. (diff) |
Update to 2.3.13.
Notes
Notes:
svn path=/head/; revision=221839
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-sieve::Makefile.in')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-sieve::Makefile.in | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/mail/cyrus-imapd24/files/patch-sieve::Makefile.in b/mail/cyrus-imapd24/files/patch-sieve::Makefile.in index 99d494cf81d4..ef0d76b256be 100644 --- a/mail/cyrus-imapd24/files/patch-sieve::Makefile.in +++ b/mail/cyrus-imapd24/files/patch-sieve::Makefile.in @@ -1,8 +1,8 @@ Index: sieve/Makefile.in diff -u sieve/Makefile.in.orig sieve/Makefile.in ---- sieve/Makefile.in.orig Sat May 29 03:03:09 2004 -+++ sieve/Makefile.in Sat May 29 04:53:11 2004 -@@ -34,6 +34,7 @@ +--- sieve/Makefile.in.orig 2008-07-11 01:37:20.000000000 +0900 ++++ sieve/Makefile.in 2008-10-12 21:26:13.000000000 +0900 +@@ -54,6 +54,7 @@ YACC = @YACC@ YFLAGS = -d LEX = @LEX@ @@ -10,14 +10,16 @@ diff -u sieve/Makefile.in.orig sieve/Makefile.in RANLIB = @RANLIB@ COMPILE_ET = @COMPILE_ET@ -@@ -60,8 +61,8 @@ +@@ -80,9 +81,9 @@ dist: $(BUILT_SOURCES) - install: sievec + install: sievec sieved - $(srcdir)/../install-sh -d ${DESTDIR}$(service_path) - $(srcdir)/../install-sh -c -m 755 sievec $(DESTDIR)$(service_path) || exit +- $(srcdir)/../install-sh -c -m 755 sieved $(DESTDIR)$(service_path) || exit + $(INSTALL) -d ${DESTDIR}$(service_path) + $(INSTALL) -s -c -m 755 sievec $(DESTDIR)$(service_path) || exit ++ $(INSTALL) -s -c -m 755 sieved $(DESTDIR)$(service_path) || exit - test: $(DEPLIBS) libsieve.a test.o - $(CC) $(LDFLAGS) -o test test.o libsieve.a $(DEPLIBS) $(LIBS) + test: $(DEPLIBS) libsieve.a test.o ../imap/message.o + $(CC) $(LDFLAGS) -o test test.o ../imap/message.o \ |