svn commit: r366845 - head/mail/roundcube-groupvice

Vanilla I. Shu vanilla at FreeBSD.org
Mon Sep 1 08:51:17 UTC 2014


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


More information about the svn-ports-head mailing list