Stagify.
This commit is contained in:
parent
4c8368406d
commit
7e66c3d2fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366845
1 changed files with 3 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue