From owner-svn-ports-all@FreeBSD.ORG Sun Sep 14 21:27:52 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 2C304377; Sun, 14 Sep 2014 21:27:52 +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 173F59C2; Sun, 14 Sep 2014 21:27:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ELRpCS041980; Sun, 14 Sep 2014 21:27:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ELRpaU041978; Sun, 14 Sep 2014 21:27:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409142127.s8ELRpaU041978@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 14 Sep 2014 21:27:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368231 - head/sysutils/mcweject 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: Sun, 14 Sep 2014 21:27:52 -0000 Author: antoine Date: Sun Sep 14 21:27:51 2014 New Revision: 368231 URL: http://svnweb.freebsd.org/changeset/ports/368231 QAT: https://qat.redports.org/buildarchive/r368231/ Log: Allow staging as a regular user Modified: head/sysutils/mcweject/Makefile head/sysutils/mcweject/pkg-plist Modified: head/sysutils/mcweject/Makefile ============================================================================== --- head/sysutils/mcweject/Makefile Sun Sep 14 21:19:21 2014 (r368230) +++ head/sysutils/mcweject/Makefile Sun Sep 14 21:27:51 2014 (r368231) @@ -18,6 +18,10 @@ CONFLICTS= eject-[0-9]* USES= tar:xz -MAKE_ARGS+= STAGEDIR=${STAGEDIR} +do-install: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/eject.allow ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/eject ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/eject.1 ${STAGEDIR}${PREFIX}/man/man1 .include Modified: head/sysutils/mcweject/pkg-plist ============================================================================== --- head/sysutils/mcweject/pkg-plist Sun Sep 14 21:19:21 2014 (r368230) +++ head/sysutils/mcweject/pkg-plist Sun Sep 14 21:27:51 2014 (r368231) @@ -1,4 +1,4 @@ man/man1/eject.1.gz -sbin/eject +@(,,4511) sbin/eject %%EXAMPLESDIR%%/eject.allow @dirrmtry %%EXAMPLESDIR%%