Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 13:50:25 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526921 - head/dns/dnsmasq
Message-ID:  <202002231350.01NDoPsa052387@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sun Feb 23 13:50:25 2020
New Revision: 526921
URL: https://svnweb.freebsd.org/changeset/ports/526921

Log:
  dns/dnsmasq: Remove obsolete REINPLACE_CMD line.
  
  Reported by:	swills@ (IRC)

Modified:
  head/dns/dnsmasq/Makefile

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Sun Feb 23 13:02:50 2020	(r526920)
+++ head/dns/dnsmasq/Makefile	Sun Feb 23 13:50:25 2020	(r526921)
@@ -91,9 +91,6 @@ USE_RC_SUBR=	dnsmasq
 
 LDFLAGS+=	-L${LOCALBASE}/lib ${_intllibs} ${ICONV_LIB}
 
-post-patch:
-	${REINPLACE_CMD} -e 's/lua5\.1/lua-${LUA_VER}/' ${WRKSRC}/Makefile
-
 pre-configure: pretty-print-config
 .if ${PORT_OPTIONS:MIDN}
 .if empty(PORT_OPTIONS:MNLS)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002231350.01NDoPsa052387>