|
Lines 11-17
LICENSE= AGPLv3
Link Here
|
| 11 |
|
11 |
|
| 12 |
USES= cpe gettext-runtime php:flavors,web tar:bzip2 |
12 |
USES= cpe gettext-runtime php:flavors,web tar:bzip2 |
| 13 |
USE_PHP= bcmath bz2 ctype curl dom fileinfo filter gd gmp hash iconv \ |
13 |
USE_PHP= bcmath bz2 ctype curl dom fileinfo filter gd gmp hash iconv \ |
| 14 |
json mbstring pdo posix session simplexml xml xmlreader \ |
14 |
json mbstring pcntl pdo posix session simplexml xml xmlreader \ |
| 15 |
xmlwriter xsl zip zlib |
15 |
xmlwriter xsl zip zlib |
| 16 |
|
16 |
|
| 17 |
NEXTCLOUD_USERNAME?= ${WWWOWN} |
17 |
NEXTCLOUD_USERNAME?= ${WWWOWN} |
|
Lines 72-76
do-install:
Link Here
|
| 72 |
@${MKDIR} ${STAGEDIR}${WWWDIR}/data |
72 |
@${MKDIR} ${STAGEDIR}${WWWDIR}/data |
| 73 |
@${MKDIR} ${STAGEDIR}${WWWDIR}/apps |
73 |
@${MKDIR} ${STAGEDIR}${WWWDIR}/apps |
| 74 |
@${MKDIR} ${STAGEDIR}/var/log/${PORTNAME} |
74 |
@${MKDIR} ${STAGEDIR}/var/log/${PORTNAME} |
|
|
75 |
@${RM} ${STAGEDIR}${WWWDIR}/config/config.documented.php.bak \ |
| 76 |
${STAGEDIR}${WWWDIR}/config/config.documented.php.orig |
| 75 |
|
77 |
|
| 76 |
.include <bsd.port.mk> |
78 |
.include <bsd.port.mk> |