From e306e79fcb98437f970a5114139af8163631b0a4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 27 May 2013 09:39:48 +0000 Subject: Fix unterminated quoted string (this fix build on current) --- mail/metamail/Makefile | 2 +- mail/metamail/files/patch-Makefile | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 8a4cdbccec6c..28ddf3236bb3 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -43,7 +43,7 @@ PLIST_SUB+= X11="@comment " .endif post-patch: -.if empty(PORT_OPTIONS:MX11) +.if ! ${PORT_OPTIONS:MX11} @${REINPLACE_CMD} -e '/fonts/d' ${WRKSRC}/Makefile .endif @${RM} ${WRKSRC}/bin/*.orig diff --git a/mail/metamail/files/patch-Makefile b/mail/metamail/files/patch-Makefile index 7d820f8f668b..5b1c63ff202e 100644 --- a/mail/metamail/files/patch-Makefile +++ b/mail/metamail/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Jan 26 18:32:33 1994 -+++ Makefile Mon Dec 18 11:46:21 2006 +--- Makefile.orig 1994-01-26 18:32:33.000000000 +0100 ++++ Makefile 2013-05-27 11:38:13.565381504 +0200 @@ -26,7 +26,7 @@ CP = cp @@ -64,7 +64,12 @@ -${RM} bin/shownonascii (cd bin; ${LN} ../fonts/shownonascii shownonascii) -${RM} bin/mailto-hebrew -@@ -149,6 +149,7 @@ +@@ -145,10 +145,11 @@ + echo "installing man page $$target";\ + ${CP} $$file $$target; \ + done) +- @echo "Renaming old mailcap file to $(MAILCAPDIR)/mailcap.old ++ @echo "Renaming old mailcap file to $(MAILCAPDIR)/mailcap.old" -mv $(MAILCAPDIR)/mailcap $(MAILCAPDIR)/mailcap.old @echo "installing file $(MAILCAPDIR)/mailcap" ${CP} mailcap $(MAILCAPDIR) -- cgit