mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Stagify.
This commit is contained in:
parent
49a7659445
commit
dcf609ad81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366849
@ -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
|
||||
@ -24,12 +24,12 @@ 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' -delete
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}
|
||||
cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
|
||||
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user