summaryrefslogtreecommitdiff
path: root/mail/notmuch/files/patch-Makefile.local
blob: f0b2bf84635e07dc8ea496b7f61a449bfc7a60c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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)"