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

(-)./Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	rust
4
PORTNAME=	rust
5
PORTVERSION=	0.10
5
PORTVERSION=	0.10
6
PORTREVISION=	1
6
CATEGORIES=	lang
7
CATEGORIES=	lang
7
MASTER_SITES=	http://static.rust-lang.org/dist/:src \
8
MASTER_SITES=	http://static.rust-lang.org/dist/:src \
8
		http://static.rust-lang.org/stage0-snapshots/:boot
9
		http://static.rust-lang.org/stage0-snapshots/:boot
Lines 70-75 Link Here
70
71
71
post-install:
72
post-install:
72
	@${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/manifest
73
	@${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/manifest
73
	${STRIP_CMD} `${GREP} -v -e '^@dirrm' -e '^man' -e 'rlib$$' ${PLIST} | ${SED} 's:^:${STAGEDIR}${PREFIX}/:g'`
74
	${STRIP_CMD} `${GREP} -v -e '^@dirrm' -e '^man' -e 'rlib$$' -e '\.a$$' ${PLIST} | ${SED} 's:^:${STAGEDIR}${PREFIX}/:g'`
74
75
75
.include <bsd.port.post.mk>
76
.include <bsd.port.post.mk>

Return to bug 189357