Date: Fri, 5 Sep 2014 16:51:25 +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: r367359 - head/sysutils/cdeploy/files Message-ID: <201409051651.s85GpPR3012701@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Sep 5 16:51:24 2014 New Revision: 367359 URL: http://svnweb.freebsd.org/changeset/ports/367359 QAT: https://qat.redports.org/buildarchive/r367359/ Log: Allow staging as a regular user Modified: head/sysutils/cdeploy/files/patch-Makefile Modified: head/sysutils/cdeploy/files/patch-Makefile ============================================================================== --- head/sysutils/cdeploy/files/patch-Makefile Fri Sep 5 16:49:41 2014 (r367358) +++ head/sysutils/cdeploy/files/patch-Makefile Fri Sep 5 16:51:24 2014 (r367359) @@ -7,8 +7,8 @@ - install -o root -g wheel -m 0555 cdeploy.sh /usr/local/sbin/cdeploy - install -o root -g wheel -m 0444 cdeploy.1 /usr/local/man/man1/cdeploy.1 - gzip -f9 /usr/local/man/man1/cdeploy.1 -+ install -o root -g wheel -m 0555 cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy -+ install -o root -g wheel -m 0444 cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1 ++ $(BSD_INSTALL_SCRIPT) cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy ++ $(BSD_INSTALL_MAN) cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1 deinstall: rm -f /usr/local/sbin/cdeploy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409051651.s85GpPR3012701>