diff options
Diffstat (limited to 'mail/roundcube-twofactor_gauthenticator/Makefile')
-rw-r--r-- | mail/roundcube-twofactor_gauthenticator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/roundcube-twofactor_gauthenticator/Makefile b/mail/roundcube-twofactor_gauthenticator/Makefile index 99fcafbfa763..6cb4b629b118 100644 --- a/mail/roundcube-twofactor_gauthenticator/Makefile +++ b/mail/roundcube-twofactor_gauthenticator/Makefile @@ -26,6 +26,9 @@ SUB_FILES= pkg-message WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME} +post-patch: + @${RM} ${WRKSRC}/docker-compose.yaml + do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} |