Date: Mon, 1 Sep 2014 08:51:17 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366845 - head/mail/roundcube-groupvice Message-ID: <201409010851.s818pHfg098329@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409010851.s818pHfg098329>