svn commit: r485910 - head/ftp/rexx-curl

Steve Wills swills at FreeBSD.org
Mon Nov 26 01:48:43 UTC 2018


Author: swills
Date: Mon Nov 26 01:48:42 2018
New Revision: 485910
URL: https://svnweb.freebsd.org/changeset/ports/485910

Log:
  ftp/rexx-curl: Fix regex
  
  PR:		233516
  Submitted by:	bob at eager.cx (maintainer)

Modified:
  head/ftp/rexx-curl/Makefile   (contents, props changed)

Modified: head/ftp/rexx-curl/Makefile
==============================================================================
--- head/ftp/rexx-curl/Makefile	Mon Nov 26 01:31:18 2018	(r485909)
+++ head/ftp/rexx-curl/Makefile	Mon Nov 26 01:48:42 2018	(r485910)
@@ -3,6 +3,7 @@
 
 PORTNAME=	curl
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	SF/rexx${PORTNAME}/rexx${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	rexx-
@@ -40,7 +41,7 @@ do-extract:
 
 post-patch:
 	@${REINPLACE_CMD} -e "s| -lc | |g" \
-		-e "/\$.sharedir)\/images/d" \
+		-e "/$$.sharedir)\/images/d" \
 		-e "/index.html/d" \
 		-e "/rxcurl64.png/d" \
 		${WRKSRC}/Makefile.in


More information about the svn-ports-all mailing list