Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 08:54:23 +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: r366847 - head/mail/roundcube-mobilecube
Message-ID:  <201409010854.s818sNYB001262@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409010854.s818sNYB001262>