View | Details | Raw Unified | Return to bug 234524 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sitecopy
4
PORTNAME=	sitecopy
5
PORTVERSION=	0.16.6
5
PORTVERSION=	0.16.6
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	http://www.manyfish.co.uk/${PORTNAME}/ \
8
MASTER_SITES=	http://www.manyfish.co.uk/${PORTNAME}/ \
9
		GENTOO
9
		GENTOO
Lines 42-47 Link Here
42
	@${REINPLACE_CMD} -e 's|;;|;|g' \
42
	@${REINPLACE_CMD} -e 's|;;|;|g' \
43
		${WRKSRC}/src/sitestore.c
43
		${WRKSRC}/src/sitestore.c
44
	@${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30|g' \
44
	@${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30|g' \
45
		-e '/#define ksize_t .*/d' \
45
		${WRKSRC}/configure
46
		${WRKSRC}/configure
46
47
47
.include <bsd.port.mk>
48
.include <bsd.port.mk>

Return to bug 234524