Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 09:39:49 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319197 - in head/mail/metamail: . files
Message-ID:  <201305270939.r4R9dnXs026841@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May 27 09:39:48 2013
New Revision: 319197
URL: http://svnweb.freebsd.org/changeset/ports/319197

Log:
  Fix unterminated quoted string (this fix build on current)

Modified:
  head/mail/metamail/Makefile
  head/mail/metamail/files/patch-Makefile

Modified: head/mail/metamail/Makefile
==============================================================================
--- head/mail/metamail/Makefile	Mon May 27 09:37:49 2013	(r319196)
+++ head/mail/metamail/Makefile	Mon May 27 09:39:48 2013	(r319197)
@@ -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

Modified: head/mail/metamail/files/patch-Makefile
==============================================================================
--- head/mail/metamail/files/patch-Makefile	Mon May 27 09:37:49 2013	(r319196)
+++ head/mail/metamail/files/patch-Makefile	Mon May 27 09:39:48 2013	(r319197)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305270939.r4R9dnXs026841>