aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube-mobilecube
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-09-01 08:54:23 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-09-01 08:54:23 +0000
commit014d8332b631240fbddd9eb0461e1d99c9b83d66 (patch)
tree02c0236d0102050017efd0214603412cf40c2419 /mail/roundcube-mobilecube
parent710312f4bd0d596d0d7f7352a209941542116b5b (diff)
downloadports-014d8332b631240fbddd9eb0461e1d99c9b83d66.tar.gz
ports-014d8332b631240fbddd9eb0461e1d99c9b83d66.zip
Stagify.
Notes
Notes: svn path=/head/; revision=366847
Diffstat (limited to 'mail/roundcube-mobilecube')
-rw-r--r--mail/roundcube-mobilecube/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/roundcube-mobilecube/Makefile b/mail/roundcube-mobilecube/Makefile
index 967be11d2a3e..8cf2154b316f 100644
--- a/mail/roundcube-mobilecube/Makefile
+++ b/mail/roundcube-mobilecube/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${THEME_VERSION}%20Beta/Build%20%23${THEME_BUILD}/
PKGNAMEPREFIX= roundcube-
DISTNAME= MobileCubeBeta%23${THEME_BUILD}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@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,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@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>