This commit is contained in:
Vanilla I. Shu 2014-09-01 09:04:42 +00:00
parent 49a7659445
commit dcf609ad81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366849

View file

@ -7,7 +7,7 @@ CATEGORIES= mail
MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= roundcube- PKGNAMEPREFIX= roundcube-
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Theme for RoundCube Web Mail COMMENT= Theme for RoundCube Web Mail
RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube
@ -24,12 +24,12 @@ x-generate-plist: build
${FIND} . -type d | ${SORT} -r | ${SED} \ ${FIND} . -type d | ${SORT} -r | ${SED} \
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
NO_STAGE= yes
post-patch: post-patch:
${FIND} ${WRKSRC} -type f -name '*.orig' -delete ${FIND} ${WRKSRC} -type f -name '*.orig' -delete
do-install: do-install:
${MKDIR} ${WWWDIR} @${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk> .include <bsd.port.mk>