aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-09 02:57:31 +0800
committerantoine <antoine@FreeBSD.org>2014-09-09 02:57:31 +0800
commit51ac974647de6396a9895d99834fd5c7b12d3097 (patch)
tree22559d5332e4b182110af165b54fc98972283cc7 /mail
parent26c856540563d1ca62534c7afe693ecfc0667a20 (diff)
downloadfreebsd-ports-gnome-51ac974647de6396a9895d99834fd5c7b12d3097.tar.gz
freebsd-ports-gnome-51ac974647de6396a9895d99834fd5c7b12d3097.tar.zst
freebsd-ports-gnome-51ac974647de6396a9895d99834fd5c7b12d3097.zip
Allow staging as a regular user
Diffstat (limited to 'mail')
-rw-r--r--mail/mailfmt/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailfmt/files/patch-Makefile b/mail/mailfmt/files/patch-Makefile
index 9d0812ab8493..46c7c142224f 100644
--- a/mail/mailfmt/files/patch-Makefile
+++ b/mail/mailfmt/files/patch-Makefile
@@ -8,7 +8,7 @@
- mkdir ${PREFIX}/share/doc/mailfmt
- install -c -o root -g wheel -m 644 ./mailfmt.1.gz ${PREFIX}/man/man1
- install -c -o root -g wheel -m 644 ./mailfmt-license.txt ${PREFIX}/share/doc/mailfmt
-+ install -c -o root -g wheel -m 755 ./mailfmt $(DESTDIR)${PREFIX}/bin
++ $(BSD_INSTALL_SCRIPT) ./mailfmt $(DESTDIR)${PREFIX}/bin
+# mkdir ${PREFIX}/share/doc/mailfmt
-+ install -c -o root -g wheel -m 644 ./mailfmt.1.gz $(DESTDIR)${PREFIX}/man/man1
++ $(BSD_INSTALL_MAN) ./mailfmt.1.gz $(DESTDIR)${PREFIX}/man/man1
+# install -c -o root -g wheel -m 644 ./mailfmt-license.txt ${PREFIX}/share/doc/mailfmt