View | Details | Raw Unified | Return to bug 197045 | Differences between
and this patch

Collapse All | Expand All

(-)www/tt-rss/Makefile (+3 lines)
Lines 93-96 Link Here
93
	${TOUCH} ${STAGEDIR}${WWWDIR}/icons/.empty
93
	${TOUCH} ${STAGEDIR}${WWWDIR}/icons/.empty
94
	${INSTALL_DATA} ${WRKDIR}/httpd-tt-rss.conf ${STAGEDIR}${DATADIR}
94
	${INSTALL_DATA} ${WRKDIR}/httpd-tt-rss.conf ${STAGEDIR}${DATADIR}
95
95
96
post-install:
97
	@${MV} ${STAGEDIR}${WWWDIR}/config.php-dist ${STAGEDIR}${WWWDIR}/config.php.sample
98
96
.include <bsd.port.mk>
99
.include <bsd.port.mk>
(-)www/tt-rss/pkg-plist (-3 / +1 lines)
Lines 53-61 Link Here
53
%%WWWDIR%%/classes/pref/users.php
53
%%WWWDIR%%/classes/pref/users.php
54
%%WWWDIR%%/classes/rpc.php
54
%%WWWDIR%%/classes/rpc.php
55
%%WWWDIR%%/classes/ttrssmailer.php
55
%%WWWDIR%%/classes/ttrssmailer.php
56
@unexec if cmp -s %D/%%WWWDIR%%/config.php %D/%%WWWDIR%%/config.php-dist; then rm -f %D/%%WWWDIR%%/config.php; fi
56
@sample %%WWWDIR%%/config.php.sample
57
%%WWWDIR%%/config.php-dist
58
@exec [ -f %B/config.php ] || (cp %D/%F %B/config.php && chmod go-r %B/config.php && chown %%WWWOWN%% %B/config.php)
59
%%WWWDIR%%/css/cdm.css
57
%%WWWDIR%%/css/cdm.css
60
%%WWWDIR%%/css/dijit.css
58
%%WWWDIR%%/css/dijit.css
61
%%WWWDIR%%/css/layout.css
59
%%WWWDIR%%/css/layout.css

Return to bug 197045