Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2020 19:15:45 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528538 - head/devel/lion
Message-ID:  <202003161915.02GJFjIm008970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Mar 16 19:15:45 2020
New Revision: 528538
URL: https://svnweb.freebsd.org/changeset/ports/528538

Log:
  devel/lion: remove unnecessary REINPLACE_CMD

Modified:
  head/devel/lion/Makefile   (contents, props changed)

Modified: head/devel/lion/Makefile
==============================================================================
--- head/devel/lion/Makefile	Mon Mar 16 19:09:14 2020	(r528537)
+++ head/devel/lion/Makefile	Mon Mar 16 19:15:45 2020	(r528538)
@@ -23,8 +23,6 @@ INCLUDES=	base64.h connections.h io.h lfnmatch.h lgrou
 		timers.h tls.h udp.h zlib.h
 
 post-patch:
-	@${REINPLACE_CMD} -e 's,<time.h>,<sys/time.h>,' \
-		${WRKSRC}/timers.h
 	@${REINPLACE_CMD} -E 's,^(CC|LDFLAGS) *=,\1 ?=,' \
 		${WRKSRC}/Makefile
 



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