svn commit: r315716 - head/graphics/feh

Niclas Zeising zeising at FreeBSD.org
Thu Apr 4 12:45:52 UTC 2013


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:


More information about the svn-ports-head mailing list