svn commit: r411692 - head/sysutils/dsbmc/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Mar 23 10:39:24 UTC 2016


Author: rakuco
Date: Wed Mar 23 10:39:23 2016
New Revision: 411692
URL: https://svnweb.freebsd.org/changeset/ports/411692

Log:
  Add a patch to fix installation as a regular user.
  
  PR:		208039
  Submitted by:	Marcel Kaiser <mk at nic-nac-project.org> (maintainer)

Added:
  head/sysutils/dsbmc/files/
  head/sysutils/dsbmc/files/patch-Makefile   (contents, props changed)

Added: head/sysutils/dsbmc/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/dsbmc/files/patch-Makefile	Wed Mar 23 10:39:23 2016	(r411692)
@@ -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


More information about the svn-ports-all mailing list