Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 20:12:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431994 - head/www/bkmrkconv
Message-ID:  <201701202012.v0KKCRPe014937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan 20 20:12:27 2017
New Revision: 431994
URL: https://svnweb.freebsd.org/changeset/ports/431994

Log:
  Do not reinplace a symlink
  
  PR:		216309

Modified:
  head/www/bkmrkconv/Makefile

Modified: head/www/bkmrkconv/Makefile
==============================================================================
--- head/www/bkmrkconv/Makefile	Fri Jan 20 20:09:54 2017	(r431993)
+++ head/www/bkmrkconv/Makefile	Fri Jan 20 20:12:27 2017	(r431994)
@@ -18,7 +18,7 @@ NO_ARCH=	yes
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
-	@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -i '' -e \
+	@${FIND} ${WRKSRC} -type f -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -i '' -e \
 		's|/usr/bin/perl|${PERL}|g ; \
 		 s|%%PREFIX%%|${PREFIX}|g'
 



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