From owner-svn-ports-all@FreeBSD.ORG Mon Mar 17 00:06:35 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 3C7D82C1; Mon, 17 Mar 2014 00:06:35 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0FD7B3D1; Mon, 17 Mar 2014 00:06:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2H06Y8X039084; Mon, 17 Mar 2014 00:06:34 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2H06Y7W039082; Mon, 17 Mar 2014 00:06:34 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201403170006.s2H06Y7W039082@svn.freebsd.org> From: Mark Felder Date: Mon, 17 Mar 2014 00:06:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348438 - head/mail/roundcube-login_info 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.17 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, 17 Mar 2014 00:06:35 -0000 Author: feld Date: Mon Mar 17 00:06:34 2014 New Revision: 348438 URL: http://svnweb.freebsd.org/changeset/ports/348438 QAT: https://qat.redports.org/buildarchive/r348438/ Log: Support STAGE Modified: head/mail/roundcube-login_info/Makefile head/mail/roundcube-login_info/pkg-plist Modified: head/mail/roundcube-login_info/Makefile ============================================================================== --- head/mail/roundcube-login_info/Makefile Sun Mar 16 23:17:21 2014 (r348437) +++ head/mail/roundcube-login_info/Makefile Mon Mar 17 00:06:34 2014 (r348438) @@ -18,22 +18,14 @@ RUN_DEPENDS= roundcube>=0.5:${PORTSDIR}/ NO_BUILD= yes -WWWDIR= ${PREFIX}/www/roundcube/plugins/login_info +WWWDIR= ${LOCALBASE}/www/roundcube +PLUGDIR= ${WWWDIR}/plugins/login_info +PLIST_SUB+= PLUGDIR="www/roundcube/plugins/login_info" WRKSRC= ${WRKDIR}/login_info -# This target is only meant to be used by the port maintainer. -x-generate-plist: build - cd ${WRKSRC}; \ - ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \ - ${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp - -NO_STAGE= yes do-install: - @${ECHO} "Installing in ${WWWDIR}" - ${MKDIR} ${WWWDIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR} + @${ECHO} "Installing in ${PLUGDIR}" + ${MKDIR} ${STAGEDIR}/${PLUGDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${PLUGDIR} .include Modified: head/mail/roundcube-login_info/pkg-plist ============================================================================== --- head/mail/roundcube-login_info/pkg-plist Sun Mar 16 23:17:21 2014 (r348437) +++ head/mail/roundcube-login_info/pkg-plist Mon Mar 17 00:06:34 2014 (r348438) @@ -1,5 +1,5 @@ -%%WWWDIR%%/CAcert-ssl-security.png -%%WWWDIR%%/README -%%WWWDIR%%/config.inc.php.dist -%%WWWDIR%%/login_info.php -@dirrmtry %%WWWDIR%% +%%PLUGDIR%%/CAcert-ssl-security.png +%%PLUGDIR%%/README +%%PLUGDIR%%/config.inc.php.dist +%%PLUGDIR%%/login_info.php +@dirrmtry %%PLUGDIR%%