summaryrefslogtreecommitdiff
path: root/irc/bitlbee-otr/files/patch-Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-12-12 14:48:05 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-12-12 14:48:05 +0000
commit147fc77aff6b3e82ddabd69242001f6bdc637393 (patch)
treeca40ef3cab3127118e55e918d3ac9393ef65d43a /irc/bitlbee-otr/files/patch-Makefile
parentAdd vqregister 2.6, an extremely admin-configurable email user signup CGI. (diff)
- upgrade 0.74a to 0.82
- add WITH_MSN to decide if want MSN support - add pkg-message to notice installed config files PR: 58798 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=95667
Diffstat (limited to 'irc/bitlbee-otr/files/patch-Makefile')
-rw-r--r--irc/bitlbee-otr/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/bitlbee-otr/files/patch-Makefile b/irc/bitlbee-otr/files/patch-Makefile
new file mode 100644
index 000000000000..c84bb4fa96a5
--- /dev/null
+++ b/irc/bitlbee-otr/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig Sat Oct 25 06:33:13 2003
++++ Makefile Sat Nov 1 17:09:09 2003
+@@ -23,7 +23,7 @@
+
+ install: install-bin install-doc
+ @if ! [ -d $(DESTDIR)$(CONFIG) ]; then echo -e '\n\nThe configuration directory $(DESTDIR)$(CONFIG) does not exist yet, don'\''t forget to create it!'; fi
+- @if ! [ -e $(DESTDIR)$(ETCDIR)/bitlbee.conf ]; then echo -e '\n\nNo files are installed in '$(DESTDIR)$(ETCDIR)' by make install. Run make install-etc to do that.'; fi
++# @if ! [ -e $(DESTDIR)$(ETCDIR)/bitlbee.conf ]; then echo -e '\n\nNo files are installed in '$(DESTDIR)$(ETCDIR)' by make install. Run make install-etc to do that.'; fi
+ @echo -e '\n'
+
+ .PHONY: install install-bin install-etc install-doc \