svn commit: r526921 - head/dns/dnsmasq

Matthias Andree mandree at FreeBSD.org
Sun Feb 23 13:50:26 UTC 2020


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)


More information about the svn-ports-all mailing list