ports/net-im/tkabber/files/patch-Makefile
Lars Engels 4280ae4f2a - update to 0.10.0
- take maintainership

PR:		ports/114384
Approved by:	miwi (mentor)
2007-10-27 16:26:07 +00:00

11 lines
533 B
Text

--- Makefile.orig 2007-03-04 18:20:11.000000000 +0100
+++ Makefile 2007-07-07 15:28:30.000000000 +0200
@@ -21,7 +21,7 @@
mkdir -p $(DESTDIR)/$(TKABBERDIR)
cp -r *.tcl $(SUBDIRS) $(DESTDIR)/$(TKABBERDIR)
mkdir -p $(DESTDIR)/$(BINDIR)
- echo -e "#!/bin/sh\nexec wish $(TKABBERDIR)/tkabber.tcl -name tkabber \"\$$@\"\n" \
+ echo -e "#!/bin/sh\nexec wish8.4 $(PREFIX)/share/tkabber/tkabber.tcl -name tkabber \"\$$@\"\n" > $(DESTDIR)/$(PREFIX)/bin/tkabber
>$(DESTDIR)/$(BINDIR)/tkabber
chmod 755 $(DESTDIR)/$(BINDIR)/tkabber