This commit is contained in:
Vanilla I. Shu 2014-09-01 08:54:23 +00:00
parent 710312f4bd
commit 014d8332b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366847

View file

@ -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>