1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Fix plist with Ruby 1.9

This commit is contained in:
Steve Wills 2011-07-24 01:33:36 +00:00
parent 707bfbadd3
commit f4f5e2adc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278218
2 changed files with 10 additions and 2 deletions

View File

@ -40,4 +40,12 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
PLIST_SUB+= CYMO="@comment "
.else
PLIST_SUB+= CYMO=""
.endif
.include <bsd.port.post.mk>

View File

@ -33,7 +33,7 @@ bin/rbbr
share/locale/fr/LC_MESSAGES/rbbr.mo
share/locale/ja/LC_MESSAGES/rbbr.mo
share/locale/be/LC_MESSAGES/rbbr.mo
share/locale/cy/LC_MESSAGES/rbbr.mo
%%CYMO%%share/locale/cy/LC_MESSAGES/rbbr.mo
share/locale/de/LC_MESSAGES/rbbr.mo
share/locale/es/LC_MESSAGES/rbbr.mo
share/locale/it/LC_MESSAGES/rbbr.mo