diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-04-17 20:39:37 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-04-17 20:39:37 +0000 |
commit | 16b33f0ee7703bf2f0dda0ddbaede948f9d74de8 (patch) | |
tree | c3db24bc664682a54a80e0eec3e5785057edf4d8 /irc/xchat-ruby/files/patch-Makefile | |
parent | irc/py-fishcrypt: remove optional dependency on expired irc/xchat (diff) |
Remove expired port irc/xchat and plugins:
2018-04-15 irc/xchat: Unmaintained upstream, use irc/hexchat instead
irc/xchat-fish
irc/xchat-mircryption
irc/xchat-ruby
Notes
Notes:
svn path=/head/; revision=467656
Diffstat (limited to 'irc/xchat-ruby/files/patch-Makefile')
-rw-r--r-- | irc/xchat-ruby/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/xchat-ruby/files/patch-Makefile b/irc/xchat-ruby/files/patch-Makefile deleted file mode 100644 index da7319bd6e34..000000000000 --- a/irc/xchat-ruby/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2007-04-26 13:16:32.000000000 +0200 -+++ Makefile 2012-03-16 12:31:27.000000000 +0100 -@@ -21,7 +21,7 @@ - all: $(SO_FILE) - - $(SO_FILE): xchat-ruby.o xchat-ruby-plugin.h -- $(CC) -L$(ARCHDIR) $(CFLAGS) -shared -o $(SO_FILE) xchat-ruby.o -lruby -+ $(CC) -L$(PREFIX)/lib $(CFLAGS) -shared -o $(SO_FILE) xchat-ruby.o -lruby - - install: $(SO_FILE) - mkdir -p $(XCHAT_DIR) |