Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 09:04:42 +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: r366849 - head/mail/roundcube-umich
Message-ID:  <201409010904.s8194giZ006222@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Sep  1 09:04:42 2014
New Revision: 366849
URL: http://svnweb.freebsd.org/changeset/ports/366849
QAT: https://qat.redports.org/buildarchive/r366849/

Log:
  Stagify.

Modified:
  head/mail/roundcube-umich/Makefile

Modified: head/mail/roundcube-umich/Makefile
==============================================================================
--- head/mail/roundcube-umich/Makefile	Mon Sep  1 09:01:41 2014	(r366848)
+++ head/mail/roundcube-umich/Makefile	Mon Sep  1 09:04:42 2014	(r366849)
@@ -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
@@ -24,12 +24,12 @@ 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' -delete
 
 do-install:
-	${MKDIR} ${WWWDIR}
-	cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
+	@${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?201409010904.s8194giZ006222>