Date: Wed, 10 Sep 2014 15:15:42 +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: r367860 - head/sysutils/downtime/files Message-ID: <201409101515.s8AFFgfr017239@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Sep 10 15:15:42 2014 New Revision: 367860 URL: http://svnweb.freebsd.org/changeset/ports/367860 QAT: https://qat.redports.org/buildarchive/r367860/ Log: Allow staging as a regular user Modified: head/sysutils/downtime/files/patch-Makefile Modified: head/sysutils/downtime/files/patch-Makefile ============================================================================== --- head/sysutils/downtime/files/patch-Makefile Wed Sep 10 15:05:14 2014 (r367859) +++ head/sysutils/downtime/files/patch-Makefile Wed Sep 10 15:15:42 2014 (r367860) @@ -12,12 +12,12 @@ - $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.xml $(PREFIX)/share/mime/packages - update-mime-database $(PREFIX)/share/mime - update-desktop-database $(PREFIX)/share/applications -+ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 755 downtime $(DESTDIR)$(PREFIX)/bin -+ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.1.gz $(DESTDIR)$(PREFIX)/man/man1 -+ $(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(DESTDIR)$(PREFIX)/share/applications -+ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.desktop $(DESTDIR)$(PREFIX)/share/applications -+ $(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(DESTDIR)$(PREFIX)/share/mime/packages -+ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.xml $(DESTDIR)$(PREFIX)/share/mime/packages ++ $(BSD_INSTALL_PROGRAM) downtime $(DESTDIR)$(PREFIX)/bin ++ $(BSD_INSTALL_MAN) downtime.1.gz $(DESTDIR)$(PREFIX)/man/man1 ++ $(INSTALL) -c -d -m 755 $(DESTDIR)$(PREFIX)/share/applications ++ $(BSD_INSTALL_DATA) downtime.desktop $(DESTDIR)$(PREFIX)/share/applications ++ $(INSTALL) -c -d -m 755 $(DESTDIR)$(PREFIX)/share/mime/packages ++ $(BSD_INSTALL_DATA) downtime.xml $(DESTDIR)$(PREFIX)/share/mime/packages clean: -rm $(OBJS) *.core *~ downtime downtime.1.gz downtime-*.tar.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409101515.s8AFFgfr017239>