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

Collapse All | Expand All

(-)Makefile (-1 / +8 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	rdoc
3
PORTNAME=	rdoc
4
PORTVERSION=	6.1.2
4
PORTVERSION=	6.1.2
5
PORTREVISION=	1
5
CATEGORIES=	devel rubygems
6
CATEGORIES=	devel rubygems
6
MASTER_SITES=	RG
7
MASTER_SITES=	RG
7
8
Lines 17-23 Link Here
17
18
18
NO_ARCH=	yes
19
NO_ARCH=	yes
19
20
21
.include <bsd.port.pre.mk>
22
23
.if ${RUBY_VER} >= 2.6
24
PLIST_FILES=	bin/rdoc bin/ri
25
.else
20
post-install:
26
post-install:
21
	${RM} ${STAGEDIR}${PREFIX}/bin/rdoc ${STAGEDIR}${PREFIX}/bin/ri
27
	${RM} ${STAGEDIR}${PREFIX}/bin/rdoc ${STAGEDIR}${PREFIX}/bin/ri
28
.endif
22
29
23
.include <bsd.port.mk>
30
.include <bsd.port.post.mk>

Return to bug 241556