diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-11-11 10:37:35 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-11-11 10:37:35 +0000 |
commit | b73ff7e2355733a3f0a41aedd69a3ba2cf0db51a (patch) | |
tree | 7c28e63e26860e02dcd74a2cd51a95cdc7b7f3f1 /irc/bitlbee-otr/files/patch-Makefile | |
parent | - Use lower in USE_BDB and USE_SQLITE to make tests (diff) |
Update to 0.99.
PR: 88814
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=147903
Diffstat (limited to 'irc/bitlbee-otr/files/patch-Makefile')
-rw-r--r-- | irc/bitlbee-otr/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/bitlbee-otr/files/patch-Makefile b/irc/bitlbee-otr/files/patch-Makefile index c84bb4fa96a5..5a6f01f184b6 100644 --- a/irc/bitlbee-otr/files/patch-Makefile +++ b/irc/bitlbee-otr/files/patch-Makefile @@ -3,9 +3,9 @@ @@ -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' + @if ! [ -d $(DESTDIR)$(CONFIG) ]; then echo -e '\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 '\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 '\nNo files are installed in '$(DESTDIR)$(ETCDIR)' by make install. Run make install-etc to do that.'; fi + @echo .PHONY: install install-bin install-etc install-doc \ |