svn commit: r366849 - head/mail/roundcube-umich

Vanilla I. Shu vanilla at FreeBSD.org
Mon Sep 1 09:04:42 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	ports at 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,^\.$$, at dirrmtry %%WWWDIR%%," \
 		-e "s,^\., at 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>


More information about the svn-ports-head mailing list