Date: Mon, 3 Aug 2020 12:48:10 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544059 - head/www/varnish-ip2location Message-ID: <202008031248.073CmABX050936@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008031248.073CmABX050936>