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

(-)wordpress/Makefile (+1 lines)
Lines 23-28 Link Here
23
WANT_PHP_WEB=	yes
23
WANT_PHP_WEB=	yes
24
WRKSRC=		${WRKDIR}/${PORTNAME}
24
WRKSRC=		${WRKDIR}/${PORTNAME}
25
25
26
SUB_FILES=	pkg-message
26
PLIST=		${WRKDIR}/pkg-plist
27
PLIST=		${WRKDIR}/pkg-plist
27
PORTDOCS=	license.txt readme.html
28
PORTDOCS=	license.txt readme.html
28
29
(-)wordpress/files/pkg-message.in (+6 lines)
Line 0 Link Here
1
                  **** NOTE ****
2
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
3
in %%WWWDIR%% and modify it to fit your MySQL.
4
Maybe you need 'mysqladmin create wordpress' first.
5
If you are upgrading from 1.x or 2.x to 3.x, please run
6
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x
(-)wordpress/pkg-message (-6 lines)
Lines 1-6 Link Here
1
                  **** NOTE ****
2
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
3
in ${WWWDIR} and modify it to fit your MySQL.
4
Maybe you need 'mysqladmin create wordpress' first.
5
If you are upgrading from 1.x or 2.x to 3.x, please run
6
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x

Return to bug 160172