diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2020-08-03 12:48:46 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2020-08-03 12:48:46 +0000 |
commit | 242c1b0eae7de1e8ac3309aae28a1b83160bfd75 (patch) | |
tree | f3377169eb8c87ae8468a4ba6a5a021db2d0acd0 | |
parent | - Remove unneeded sed (diff) |
- Remove unneeded sed
Notes
Notes:
svn path=/head/; revision=544060
-rw-r--r-- | www/varnish-ip2proxy/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/varnish-ip2proxy/Makefile b/www/varnish-ip2proxy/Makefile index b7dde60893e9..8f62adee9520 100644 --- a/www/varnish-ip2proxy/Makefile +++ b/www/varnish-ip2proxy/Makefile @@ -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) |