svn commit: r431935 - head/net-mgmt/p0f

Antoine Brodin antoine at FreeBSD.org
Fri Jan 20 08:36:30 UTC 2017


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:


More information about the svn-ports-head mailing list