diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-09-01 17:04:42 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-09-01 17:04:42 +0800 |
commit | 321806ac5167d8f197d2d687b938732cb646d9ae (patch) | |
tree | 4a42afd87532868bc5ec48dfae5d782d712e7c7e /mail/roundcube-umich | |
parent | cb7309b38536abea4895d81ca5c9c5355b7707b4 (diff) | |
download | freebsd-ports-gnome-321806ac5167d8f197d2d687b938732cb646d9ae.tar.gz freebsd-ports-gnome-321806ac5167d8f197d2d687b938732cb646d9ae.tar.zst freebsd-ports-gnome-321806ac5167d8f197d2d687b938732cb646d9ae.zip |
Stagify.
Diffstat (limited to 'mail/roundcube-umich')
-rw-r--r-- | mail/roundcube-umich/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/roundcube-umich/Makefile b/mail/roundcube-umich/Makefile index 7782cab9107f..9fac89364f95 100644 --- a/mail/roundcube-umich/Makefile +++ b/mail/roundcube-umich/Makefile @@ -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> |