From owner-svn-ports-head@FreeBSD.ORG Mon Sep 1 08:54:23 2014 Return-Path: Delivered-To: svn-ports-head@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 ECE88A91; Mon, 1 Sep 2014 08:54:23 +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 D84611C07; Mon, 1 Sep 2014 08:54:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s818sNtS001263; Mon, 1 Sep 2014 08:54:23 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s818sNYB001262; Mon, 1 Sep 2014 08:54:23 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201409010854.s818sNYB001262@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:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366847 - head/mail/roundcube-mobilecube X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 08:54:24 -0000 Author: vanilla Date: Mon Sep 1 08:54:23 2014 New Revision: 366847 URL: http://svnweb.freebsd.org/changeset/ports/366847 QAT: https://qat.redports.org/buildarchive/r366847/ Log: Stagify. Modified: head/mail/roundcube-mobilecube/Makefile Modified: head/mail/roundcube-mobilecube/Makefile ============================================================================== --- head/mail/roundcube-mobilecube/Makefile Mon Sep 1 08:51:47 2014 (r366846) +++ head/mail/roundcube-mobilecube/Makefile Mon Sep 1 08:54:23 2014 (r366847) @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${THEME_VER PKGNAMEPREFIX= roundcube- DISTNAME= MobileCubeBeta%23${THEME_BUILD} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail RUN_DEPENDS= roundcube>=0.3:${PORTSDIR}/mail/roundcube @@ -30,12 +30,11 @@ x-generate-plist: build ${FIND} . -type d | ${SORT} -r | ${SED} \ -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp -NO_STAGE= yes post-patch: ${FIND} ${WRKSRC} -type f -name '*.orig' -or -name '.DS_Store' -delete do-install: - ${MKDIR} ${WWWDIR} - cd ${WRKSRC}/MobileCube && ${PAX} -r -w . ${WWWDIR} + @${MKDIR} ${STAGEDIR}${WWWDIR} + cd ${WRKSRC}/MobileCube && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include