Date: Sat, 6 Sep 2014 13:12:23 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367427 - head/ports-mgmt/chucky/files Message-ID: <201409061312.s86DCN3q093709@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Sep 6 13:12:23 2014 New Revision: 367427 URL: http://svnweb.freebsd.org/changeset/ports/367427 QAT: https://qat.redports.org/buildarchive/r367427/ Log: Allow staging as a regular user Modified: head/ports-mgmt/chucky/files/patch-Makefile Modified: head/ports-mgmt/chucky/files/patch-Makefile ============================================================================== --- head/ports-mgmt/chucky/files/patch-Makefile Sat Sep 6 13:10:59 2014 (r367426) +++ head/ports-mgmt/chucky/files/patch-Makefile Sat Sep 6 13:12:23 2014 (r367427) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2013-03-22 05:11:27.000000000 +0100 -+++ ./Makefile 2014-02-24 11:23:24.503330584 +0100 +--- Makefile.orig 2013-03-22 04:11:27 UTC ++++ Makefile @@ -1,8 +1,8 @@ -prefix=/usr/local -man7dir=/usr/local/man/man7 @@ -14,15 +14,14 @@ all: chucky -@@ -12,8 +12,9 @@ +@@ -12,8 +12,8 @@ rm chucky install: - install -m 0755 -g wheel -o root chucky ${prefix}/bin - -install -m 0644 -g wheel -o root chucky.7 ${man7dir} -+ strip chucky -+ install -m 0755 -g wheel -o root chucky $(DESTDIR)${prefix}/bin -+ -install -m 0644 -g wheel -o root chucky.7 $(DESTDIR)${man7dir} ++ $(BSD_INSTALL_PROGRAM) chucky $(DESTDIR)${prefix}/bin ++ $(BSD_INSTALL_MAN) chucky.7 $(DESTDIR)${man7dir} deinstall: rm -f ${prefix}/bin/chucky
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409061312.s86DCN3q093709>