freebsd-ports/mail/notmuch/files/patch-Makefile.local
John Marino a3e1266995 mail/notmuch: Update version 0.17 => 0.18.1
PR:		191969
Submitted by:	mp39590 (gmail.com)
Approved by:	maintainer timeout
QA fixes by:	marino
2014-08-09 22:07:19 +00:00

11 lines
456 B
Text

--- Makefile.local.orig 2014-06-25 10:30:10.000000000 +0000
+++ Makefile.local
@@ -302,7 +302,7 @@ notmuch-shared: $(notmuch_client_modules
.PHONY: install
install: all install-man
mkdir -p "$(DESTDIR)$(prefix)/bin/"
- install notmuch-shared "$(DESTDIR)$(prefix)/bin/notmuch"
+ ${BSD_INSTALL_PROGRAM} notmuch-shared "$(DESTDIR)$(prefix)/bin/notmuch"
ifeq ($(MAKECMDGOALS), install)
@echo ""
@echo "Notmuch is now installed to $(DESTDIR)$(prefix)"