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

Collapse All | Expand All

(-)www/newsbeuter/Makefile (-1 / +8 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	newsbeuter
4
PORTNAME=	newsbeuter
5
PORTVERSION=	2.9
5
PORTVERSION=	2.9
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	http://newsbeuter.org/downloads/
8
MASTER_SITES=	http://newsbeuter.org/downloads/
9
9
Lines 30-35 Link Here
30
USE_GNOME=	libxml2
30
USE_GNOME=	libxml2
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
33
.include <bsd.port.options.mk>
33
34
34
post-patch:
35
post-patch:
35
	${REINPLACE_CMD} -e "s,share/man,man,; \
36
	${REINPLACE_CMD} -e "s,share/man,man,; \
Lines 43-46 Link Here
43
	${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB} -lcrypto -lncursesw|' \
44
	${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB} -lcrypto -lncursesw|' \
44
		${WRKSRC}/Makefile
45
		${WRKSRC}/Makefile
45
46
47
post-install:
48
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
49
.if ${PORT_OPTIONS:MPODCAST}
50
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/podbeuter
51
.endif
52
46
.include <bsd.port.post.mk>
53
.include <bsd.port.post.mk>

Return to bug 199889