mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Try to fix plist with Ruby 1.9
This commit is contained in:
parent
5f04fcd279
commit
11e34557f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299086
@ -40,12 +40,4 @@ post-install:
|
|||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
.if ${RUBY_VER} == 1.9
|
|
||||||
PLIST_SUB+= R19="@comment "
|
|
||||||
.else
|
|
||||||
PLIST_SUB+= R19=""
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
@ -30,15 +30,15 @@ bin/rbbr
|
|||||||
@dirrm %%RUBY_SITELIBDIR%%/rbbr/ui
|
@dirrm %%RUBY_SITELIBDIR%%/rbbr/ui
|
||||||
@dirrm %%RUBY_SITELIBDIR%%/rbbr/doc
|
@dirrm %%RUBY_SITELIBDIR%%/rbbr/doc
|
||||||
@dirrm %%RUBY_SITELIBDIR%%/rbbr
|
@dirrm %%RUBY_SITELIBDIR%%/rbbr
|
||||||
%%R19%%share/locale/fr/LC_MESSAGES/rbbr.mo
|
share/locale/fr/LC_MESSAGES/rbbr.mo
|
||||||
%%R19%%share/locale/cy/LC_MESSAGES/rbbr.mo
|
share/locale/cy/LC_MESSAGES/rbbr.mo
|
||||||
%%R19%%share/locale/ja/LC_MESSAGES/rbbr.mo
|
share/locale/ja/LC_MESSAGES/rbbr.mo
|
||||||
%%R19%%share/locale/be/LC_MESSAGES/rbbr.mo
|
share/locale/be/LC_MESSAGES/rbbr.mo
|
||||||
%%R19%%share/locale/de/LC_MESSAGES/rbbr.mo
|
share/locale/de/LC_MESSAGES/rbbr.mo
|
||||||
%%R19%%share/locale/es/LC_MESSAGES/rbbr.mo
|
share/locale/es/LC_MESSAGES/rbbr.mo
|
||||||
%%R19%%share/locale/it/LC_MESSAGES/rbbr.mo
|
share/locale/it/LC_MESSAGES/rbbr.mo
|
||||||
%%R19%%share/locale/ko/LC_MESSAGES/rbbr.mo
|
share/locale/ko/LC_MESSAGES/rbbr.mo
|
||||||
%%R19%%share/locale/pt_BR/LC_MESSAGES/rbbr.mo
|
share/locale/pt_BR/LC_MESSAGES/rbbr.mo
|
||||||
%%DATADIR%%/icon.png
|
%%DATADIR%%/icon.png
|
||||||
%%DATADIR%%/rd/README
|
%%DATADIR%%/rd/README
|
||||||
@dirrm %%DATADIR%%/rd
|
@dirrm %%DATADIR%%/rd
|
||||||
|
Loading…
Reference in New Issue
Block a user