svn commit: r366847 - head/mail/roundcube-mobilecube

Vanilla I. Shu vanilla at FreeBSD.org
Mon Sep 1 08:54:24 UTC 2014


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


More information about the svn-ports-head mailing list