svn commit: r544059 - head/www/varnish-ip2location

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


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

Log:
  - Remove unneeded sed

Modified:
  head/www/varnish-ip2location/Makefile

Modified: head/www/varnish-ip2location/Makefile
==============================================================================
--- head/www/varnish-ip2location/Makefile	Mon Aug  3 12:23:16 2020	(r544058)
+++ head/www/varnish-ip2location/Makefile	Mon Aug  3 12:48:10 2020	(r544059)
@@ -39,10 +39,6 @@ post-extract:
 	@(cd ${WRKDIR} && ${LN} -sf IP2Location-Varnish-${GH_TAGNAME} \
 		${PORTNAME}-${PKGNAMEPREFIX}${GH_TAGNAME})
 
-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-all mailing list