This commit is contained in:
Vanilla I. Shu 2014-09-01 08:51:16 +00:00
parent 4c8368406d
commit 7e66c3d2fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366845

View file

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