Date: Sat, 05 Jul 2014 06:38:08 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 186332] fix install path of the binary in sysutils/xmbmon Message-ID: <bug-186332-13-xDmeYRmUx8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-186332-13@https.bugs.freebsd.org/bugzilla/> References: <bug-186332-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186332 --- Comment #7 from John Marino <marino@FreeBSD.org> --- It uses the standard (and correct) INSTALL_PROGRAM macro to install the binaries. > make -v INSTALL_PROGRAM install -s -m 555 see http://www.freebsd.org/doc/en/books/porters-handbook/book.html section 5.15.1 It should be setting ownership to root:wheel by default. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-186332-13-xDmeYRmUx8>