aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-09-01 08:51:16 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-09-01 08:51:16 +0000
commit7e66c3d2fd028aaeaa7834aedb4c5c2ebac70f4b (patch)
treed33b1ae2102ddc50fa7a14a1e7c6a4ce8e5bbd04
parent4c8368406d952530eb6d942f9520851903136aab (diff)
downloadports-7e66c3d2fd028aaeaa7834aedb4c5c2ebac70f4b.tar.gz
ports-7e66c3d2fd028aaeaa7834aedb4c5c2ebac70f4b.zip
Stagify.
Notes
Notes: svn path=/head/; revision=366845
-rw-r--r--mail/roundcube-groupvice/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/roundcube-groupvice/Makefile b/mail/roundcube-groupvice/Makefile
index e4a2a078e312..338ba3e8bf06 100644
--- a/mail/roundcube-groupvice/Makefile
+++ b/mail/roundcube-groupvice/Makefile
@@ -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
@@ -27,10 +27,8 @@ x-generate-plist: build
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@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>