diff options
author | Alex Dupre <ale@FreeBSD.org> | 2025-08-04 17:43:34 +0200 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2025-08-04 17:46:00 +0200 |
commit | b69a2e86143c47d0514d698799cde332ba2f010a (patch) | |
tree | c7d218350f4d74b86fb7934f52da8628fd49e63c | |
parent | devel/py-pytest-asyncio: drop maintainership (diff) |
mail/roundcube: install the public_html directory
PR: 288657
Submitted by: Oleg Streejak <oleg@pcbtech.ru>
-rw-r--r-- | mail/roundcube/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 2fdc1167a918..143796658155 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,5 +1,6 @@ PORTNAME= roundcube DISTVERSION= 1.6.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/ @@ -20,7 +21,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}mail-${DISTVERSION} RCUBECOMP= SQL config .htaccess index.php installer logs \ - plugins program skins temp vendor + plugins program public_html skins temp vendor PORTDOCS= CHANGELOG.md INSTALL README.md UPGRADING CPE_PRODUCT= webmail |