Date: Thu, 11 Sep 2014 19:48:41 +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: r367967 - head/multimedia/fxtv/files Message-ID: <201409111948.s8BJmf7m016555@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Sep 11 19:48:41 2014 New Revision: 367967 URL: http://svnweb.freebsd.org/changeset/ports/367967 QAT: https://qat.redports.org/buildarchive/r367967/ Log: Allow staging as a regular user Modified: head/multimedia/fxtv/files/patch-Makefile Modified: head/multimedia/fxtv/files/patch-Makefile ============================================================================== --- head/multimedia/fxtv/files/patch-Makefile Thu Sep 11 19:44:48 2014 (r367966) +++ head/multimedia/fxtv/files/patch-Makefile Thu Sep 11 19:48:41 2014 (r367967) @@ -23,16 +23,16 @@ - install -c -m 555 -o root fxtv $(X11BASEINST)/bin - install -c -m 555 -o root fxtv_cnvt.sh $(FXTV_LIBDIR) + mkdir -p $(DESTDIR)$(FXTV_LIBDIR)/bitmaps -+ install -c -m 444 -o root $(PIXMAPS) $(DESTDIR)$(FXTV_LIBDIR)/bitmaps -+ install -c -m 444 -o root README $(DESTDIR)$(FXTV_LIBDIR) ++ $(BSD_INSTALL_DATA) $(PIXMAPS) $(DESTDIR)$(FXTV_LIBDIR)/bitmaps ++ $(BSD_INSTALL_DATA) README $(DESTDIR)$(FXTV_LIBDIR) + mkdir -p $(DESTDIR)$(X11BASEINST)/lib/X11/app-defaults -+ install -c -m 444 -o root Fxtv \ ++ $(BSD_INSTALL_DATA) Fxtv \ + $(DESTDIR)$(X11BASEINST)/lib/X11/app-defaults + mkdir -p $(DESTDIR)$(X11BASEINST)/bin -+ install -c -m 444 -o root fxtv.1 \ ++ $(BSD_INSTALL_MAN) fxtv.1 \ + $(DESTDIR)$(X11BASEINST)/man/man1/fxtv.1 -+ install -c -m 555 -o root fxtv $(DESTDIR)$(X11BASEINST)/bin -+ install -c -m 555 -o root fxtv_cnvt.sh $(DESTDIR)$(FXTV_LIBDIR) ++ $(BSD_INSTALL_PROGRAM) fxtv $(DESTDIR)$(X11BASEINST)/bin ++ $(BSD_INSTALL_SCRIPT) fxtv_cnvt.sh $(DESTDIR)$(FXTV_LIBDIR) clean: rm -f *.o fxtv *.core *~
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409111948.s8BJmf7m016555>