aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dsbmc
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-03-23 10:39:23 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-03-23 10:39:23 +0000
commit384161c67acd177ae59ba97bc3550b6b8fef9c61 (patch)
treec4b472af37e978f22bdeae4a0b7a4d7cf06747e5 /sysutils/dsbmc
parent7349ed49cdc1fd5f4e3a1562ad2c0bd6ad6beb5a (diff)
downloadports-384161c67acd177ae59ba97bc3550b6b8fef9c61.tar.gz
ports-384161c67acd177ae59ba97bc3550b6b8fef9c61.zip
Add a patch to fix installation as a regular user.
PR: 208039 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
Notes
Notes: svn path=/head/; revision=411692
Diffstat (limited to 'sysutils/dsbmc')
-rw-r--r--sysutils/dsbmc/files/patch-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/dsbmc/files/patch-Makefile b/sysutils/dsbmc/files/patch-Makefile
new file mode 100644
index 000000000000..040e0ba34d41
--- /dev/null
+++ b/sysutils/dsbmc/files/patch-Makefile
@@ -0,0 +1,13 @@
+--- Makefile.orig 2016-03-15 11:40:30 UTC
++++ Makefile
+@@ -9,8 +9,8 @@ SOURCES = ${PROGRAM}.c gtk-helper/gtk-h
+ NLS_LANGS = de
+ NLS_SOURCES = ${NLS_TARGETS:R:S,$,.po,}
+ NLS_TARGETS = ${NLS_LANGS:S,^,locale/,:S,$,.mo,}
+-INSTALL_DATA = install -g wheel -o root -m 0644
+-INSTALL_PROGRAM = install -s -g wheel -m 0755 -o root
++INSTALL_DATA = install -m 0644
++INSTALL_PROGRAM = install -s -m 0755
+
+ .if !defined(WITHOUT_GETTEXT)
+ CFLAGS += -DWITH_GETTEXT