diff options
Diffstat (limited to 'irc/xchat-ruby/Makefile')
-rw-r--r-- | irc/xchat-ruby/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/xchat-ruby/Makefile b/irc/xchat-ruby/Makefile index e44110cc8bd2..eff0c8e5bf1a 100644 --- a/irc/xchat-ruby/Makefile +++ b/irc/xchat-ruby/Makefile @@ -25,6 +25,7 @@ PLIST_FILES= lib/xchat/plugins/xchat-ruby.so PORTDOCS= README ChangeLog PORTEXAMPLES= embedify.rb TimerSample.rb JFilter.rb JBanner.rb +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's|^RUBY=.*|RUBY=${RUBY}|' \ |