View | Details | Raw Unified | Return to bug 233516
Collapse All | Expand All

(-)./Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	curl
4
PORTNAME=	curl
5
PORTVERSION=	2.0.1
5
PORTVERSION=	2.0.1
6
PORTREVISION=	1
6
CATEGORIES=	ftp
7
CATEGORIES=	ftp
7
MASTER_SITES=	SF/rexx${PORTNAME}/rexx${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/rexx${PORTNAME}/rexx${PORTNAME}/${PORTVERSION}
8
PKGNAMEPREFIX=	rexx-
9
PKGNAMEPREFIX=	rexx-
Lines 40-46 Link Here
40
41
41
post-patch:
42
post-patch:
42
	@${REINPLACE_CMD} -e "s| -lc | |g" \
43
	@${REINPLACE_CMD} -e "s| -lc | |g" \
43
		-e "/\$.sharedir)\/images/d" \
44
		-e "/$$.sharedir)\/images/d" \
44
		-e "/index.html/d" \
45
		-e "/index.html/d" \
45
		-e "/rxcurl64.png/d" \
46
		-e "/rxcurl64.png/d" \
46
		${WRKSRC}/Makefile.in
47
		${WRKSRC}/Makefile.in

Return to bug 233516