Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2013 12:45:52 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315716 - head/graphics/feh
Message-ID:  <201304041245.r34CjqtU053453@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu Apr  4 12:45:51 2013
New Revision: 315716
URL: http://svnweb.freebsd.org/changeset/ports/315716

Log:
  Fix broken sed that made extra docs install even in the NOPORTDOCS case.
  
  Noted by:	bapt
  Approved by:	portmgr (bapt)

Modified:
  head/graphics/feh/Makefile

Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile	Thu Apr  4 11:49:16 2013	(r315715)
+++ head/graphics/feh/Makefile	Thu Apr  4 12:45:51 2013	(r315716)
@@ -32,7 +32,7 @@ PORTDOCS=	AUTHORS ChangeLog README TODO
 .include	<bsd.port.options.mk>
 
 post-patch:
-	@${REINPLACE_CMD} 's#/install-man install-doc#install-man#' \
+	@${REINPLACE_CMD} 's/install-man install-doc/install-man/' \
 		${WRKSRC}/Makefile
 
 post-install:



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