svn commit: r544060 - head/www/varnish-ip2proxy

Ryan Steinmetz zi at FreeBSD.org
Mon Aug 3 12:48:47 UTC 2020


Author: zi
Date: Mon Aug  3 12:48:46 2020
New Revision: 544060
URL: https://svnweb.freebsd.org/changeset/ports/544060

Log:
  - Remove unneeded sed

Modified:
  head/www/varnish-ip2proxy/Makefile

Modified: head/www/varnish-ip2proxy/Makefile
==============================================================================
--- head/www/varnish-ip2proxy/Makefile	Mon Aug  3 12:48:10 2020	(r544059)
+++ head/www/varnish-ip2proxy/Makefile	Mon Aug  3 12:48:46 2020	(r544060)
@@ -32,10 +32,6 @@ GH_PROJECT=	${PORTNAME}-varnish
 
 OPTIONS_DEFINE=	DOCS
 
-post-patch:
-	${REINPLACE_CMD} 's|$${VARNISHAPI_DATAROOTDIR}|${LOCALBASE}/share|' \
-		${WRKSRC}/Makefile.am
-
 pre-configure:
 	(cd ${WRKSRC} && ${SH} ./autogen.sh)
 


More information about the svn-ports-head mailing list