From owner-svn-ports-all@FreeBSD.ORG Thu Sep 11 19:48:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FDB3EA4; Thu, 11 Sep 2014 19:48:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF4CAB40; Thu, 11 Sep 2014 19:48:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BJmfUb016556; Thu, 11 Sep 2014 19:48:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BJmf7m016555; Thu, 11 Sep 2014 19:48:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409111948.s8BJmf7m016555@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 11 Sep 2014 19:48:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367967 - head/multimedia/fxtv/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2014 19:48:42 -0000 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 *~