View | Details | Raw Unified | Return to bug 256823
Collapse All | Expand All

(-)b/www/nextcloud/Makefile (-1 / +3 lines)
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>
(-)b/www/nextcloud/pkg-plist (-2 lines)
Lines 15944-15951 Link Here
15944
%%WWWDIR%%/config/.htaccess
15944
%%WWWDIR%%/config/.htaccess
15945
%%WWWDIR%%/config/CAN_INSTALL
15945
%%WWWDIR%%/config/CAN_INSTALL
15946
%%WWWDIR%%/config/config.documented.php
15946
%%WWWDIR%%/config/config.documented.php
15947
%%WWWDIR%%/config/config.documented.php.bak
15948
%%WWWDIR%%/config/config.documented.php.orig
15949
%%WWWDIR%%/config/config.sample.php
15947
%%WWWDIR%%/config/config.sample.php
15950
%%WWWDIR%%/console.php
15948
%%WWWDIR%%/console.php
15951
%%WWWDIR%%/core/Application.php
15949
%%WWWDIR%%/core/Application.php

Return to bug 256823