1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-im/tkabbur/files/patch-Makefile
Martin Wilke e6d8938e16 Tkabbur is a modification of XMPP/Jabber client Tkabber,
that brings many new features.

WWW: http://code.google.com/p/tkabbur/

PR:		ports/128073
Submitted by:	Dennis Herrmann <adox at mcx2.org>
2008-10-18 21:52:57 +00:00

13 lines
564 B
Plaintext

--- Makefile.orig 2008-10-13 21:54:12.000000000 +0200
+++ Makefile 2008-10-13 21:54:37.000000000 +0200
@@ -22,8 +22,7 @@
mkdir -p $(DESTDIR)/$(TKABBERDIR)
cp -r *.tcl $(SUBDIRS) $(DESTDIR)/$(TKABBERDIR)
mkdir -p $(DESTDIR)/$(BINDIR)
- echo -e "#!/bin/sh\nexec wish $(TKABBERDIR)/tkabbur.tcl -name tkabbur \"\$$@\"\n" \
- >$(DESTDIR)/$(BINDIR)/tkabbur
+ ··echo -e "#!/bin/sh\nexec wish8.4 $(PREFIX)/share/tkabbur/tkabbur.tcl -name tkabbur \"\$$@\"\n" > $(DESTDIR)/$(PREFIX)/bin/tkabbur
chmod 755 $(DESTDIR)/$(BINDIR)/tkabbur
.PHONY: install install-bin