- Try once again to fix the plist
This commit is contained in:
parent
335b14955c
commit
bca093f007
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281737
2 changed files with 3 additions and 2 deletions
|
@ -43,9 +43,9 @@ post-install:
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_VER} == 1.9
|
||||
PLIST_SUB+= R19=""
|
||||
.else
|
||||
PLIST_SUB+= R19="@comment "
|
||||
.else
|
||||
PLIST_SUB+= R19=""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -31,6 +31,7 @@ bin/rbbr
|
|||
@dirrm %%RUBY_SITELIBDIR%%/rbbr/doc
|
||||
@dirrm %%RUBY_SITELIBDIR%%/rbbr
|
||||
%%R19%%share/locale/fr/LC_MESSAGES/rbbr.mo
|
||||
%%R19%%share/locale/cy/LC_MESSAGES/rbbr.mo
|
||||
%%R19%%share/locale/ja/LC_MESSAGES/rbbr.mo
|
||||
%%R19%%share/locale/be/LC_MESSAGES/rbbr.mo
|
||||
%%R19%%share/locale/de/LC_MESSAGES/rbbr.mo
|
||||
|
|
Loading…
Reference in a new issue