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

Collapse All | Expand All

(-)Makefile (-1 / +5 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 43-47 Link Here
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
		${WRKSRC}/configure
45
		${WRKSRC}/configure
46
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072
47
	@${REINPLACE_CMD} -e '/#define ksize_t /d' \
48
		${WRKSRC}/configure
49
.endif
46
50
47
.include <bsd.port.mk>
51
.include <bsd.port.mk>

Return to bug 234524