From owner-svn-ports-all@FreeBSD.ORG Wed Sep 10 21:10:21 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 99BF47AA; Wed, 10 Sep 2014 21:10:21 +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 852C9D54; Wed, 10 Sep 2014 21:10:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ALALcL070230; Wed, 10 Sep 2014 21:10:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ALAL1F070129; Wed, 10 Sep 2014 21:10:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409102110.s8ALAL1F070129@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 10 Sep 2014 21:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367893 - in head/devel/lnphost: . 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: Wed, 10 Sep 2014 21:10:21 -0000 Author: antoine Date: Wed Sep 10 21:10:20 2014 New Revision: 367893 URL: http://svnweb.freebsd.org/changeset/ports/367893 QAT: https://qat.redports.org/buildarchive/r367893/ Log: Allow staging as a regular user Modified: head/devel/lnphost/Makefile head/devel/lnphost/files/patch-Makefile Modified: head/devel/lnphost/Makefile ============================================================================== --- head/devel/lnphost/Makefile Wed Sep 10 21:04:55 2014 (r367892) +++ head/devel/lnphost/Makefile Wed Sep 10 21:10:20 2014 (r367893) @@ -26,7 +26,4 @@ MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} post-patch: ${RM} ${WRKSRC}/Include/getopt.h ${WRKSRC}/Modules/getopt.c -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lnpdump - .include Modified: head/devel/lnphost/files/patch-Makefile ============================================================================== --- head/devel/lnphost/files/patch-Makefile Wed Sep 10 21:04:55 2014 (r367892) +++ head/devel/lnphost/files/patch-Makefile Wed Sep 10 21:10:20 2014 (r367893) @@ -36,10 +36,10 @@ - install -g root -o root -m 644 Docs/lnpdump.1.gz $(MANDIR) - install -g root -o root -m 755 lnpdump$(EXT) $(BINDIR) + ${MAKE} -C Docs all -+ install -g 0 -o 0 -m 644 Docs/lnpdump.1 $(MANDIR) -+ install -g 0 -o 0 -m 755 lnpdump$(EXT) $(BINDIR) -+ install -g 0 -o 0 -m 0644 lnphost.a $(LIBDIR) -+ install -g 0 -o 0 -m 0644 Include/lnphost.h $(INCDIR) ++ $(BSD_INSTALL_MAN) Docs/lnpdump.1 $(MANDIR) ++ $(BSD_INSTALL_PROGRAM) lnpdump$(EXT) $(BINDIR) ++ $(BSD_INSTALL_DATA) lnphost.a $(LIBDIR) ++ $(BSD_INSTALL_DATA) Include/lnphost.h $(INCDIR) remove: needroot - rm -f $(MANDIR)/lnpdump.1.gz