diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-11-26 01:48:42 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-11-26 01:48:42 +0000 |
commit | 66a4cebfc09db3b782aafcfce5bff954de20e6d3 (patch) | |
tree | 8c94025d652104c0d8778e0ab102272d6e0896cd /ftp | |
parent | f1992150b6258fad9c8bb2faf10ef12c48c7d4ef (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/rexx-curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/rexx-curl/Makefile b/ftp/rexx-curl/Makefile index 08cded953a62..2b4a782373ad 100644 --- a/ftp/rexx-curl/Makefile +++ b/ftp/rexx-curl/Makefile @@ -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 |