From owner-svn-ports-all@FreeBSD.ORG Mon Sep 1 08:51:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 527E8886; Mon, 1 Sep 2014 08:51:17 +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 3E0E81BE2; Mon, 1 Sep 2014 08:51:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s818pHpn098330; Mon, 1 Sep 2014 08:51:17 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s818pHfg098329; Mon, 1 Sep 2014 08:51:17 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201409010851.s818pHfg098329@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 1 Sep 2014 08:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366845 - head/mail/roundcube-groupvice 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: Mon, 01 Sep 2014 08:51:17 -0000 Author: vanilla Date: Mon Sep 1 08:51:16 2014 New Revision: 366845 URL: http://svnweb.freebsd.org/changeset/ports/366845 QAT: https://qat.redports.org/buildarchive/r366845/ Log: Stagify. Modified: head/mail/roundcube-groupvice/Makefile Modified: head/mail/roundcube-groupvice/Makefile ============================================================================== --- head/mail/roundcube-groupvice/Makefile Mon Sep 1 08:48:08 2014 (r366844) +++ head/mail/roundcube-groupvice/Makefile Mon Sep 1 08:51:16 2014 (r366845) @@ -7,7 +7,7 @@ CATEGORIES= mail MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ PKGNAMEPREFIX= roundcube- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube @@ -27,10 +27,8 @@ x-generate-plist: build -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp -NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} - cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR} - @${CAT} ${PKGMESSAGE} + ${MKDIR} ${STAGEDIR}${WWWDIR} + cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include