Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 08:36:29 +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: r431935 - head/net-mgmt/p0f
Message-ID:  <201701200836.v0K8aTRT024050@repo.freebsd.org>

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

Log:
  Reinplace the target of the symlink instead of the symlink
  
  PR:		216309

Modified:
  head/net-mgmt/p0f/Makefile

Modified: head/net-mgmt/p0f/Makefile
==============================================================================
--- head/net-mgmt/p0f/Makefile	Fri Jan 20 08:33:44 2017	(r431934)
+++ head/net-mgmt/p0f/Makefile	Fri Jan 20 08:36:29 2017	(r431935)
@@ -25,7 +25,7 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.options.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/README
+	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/docs/README
 	@${REINPLACE_CMD} -e 's|p0f.fp|${PREFIX}/etc/p0f.fp|g' ${WRKSRC}/config.h
 
 do-install:



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