diff options
-rw-r--r-- | devel/ruby-rbbr/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-rbbr/pkg-plist | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/ruby-rbbr/Makefile b/devel/ruby-rbbr/Makefile index 8ed94da61ce0..dc8be9d0b97f 100644 --- a/devel/ruby-rbbr/Makefile +++ b/devel/ruby-rbbr/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby- RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext +USE_GETTEXT= yes USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb diff --git a/devel/ruby-rbbr/pkg-plist b/devel/ruby-rbbr/pkg-plist index c3c51ca15ba5..730fdb0a299a 100644 --- a/devel/ruby-rbbr/pkg-plist +++ b/devel/ruby-rbbr/pkg-plist @@ -39,10 +39,10 @@ share/locale/es/LC_MESSAGES/rbbr.mo share/locale/it/LC_MESSAGES/rbbr.mo share/locale/ko/LC_MESSAGES/rbbr.mo share/locale/pt_BR/LC_MESSAGES/rbbr.mo -share/rbbr/icon.png -share/rbbr/rd/README -@dirrm share/rbbr/rd -@dirrm share/rbbr +%%DATADIR%%/icon.png +%%DATADIR%%/rd/README +@dirrm %%DATADIR%%/rd +@dirrm %%DATADIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/AUTHORS %%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog |