mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
08f6685f5f
- Use SF macro; - Use BZIP2 package; - Respect WWWDIR, and install all docs in DOCSDIR; - OPTIONS to install MySQL, Apache, PHP and ProFTPd-MySQL; - Update/replace pkg-message; - Update and sort pkg-plist. PR: ports/120306 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer timeout (two weeks)
16 lines
575 B
Plaintext
16 lines
575 B
Plaintext
@unexec if cmp -s %D/%%WWWDIR%%/config.inc.php-example %D/%%WWWDIR%%/config.inc.php; then rm -f %D/%%WWWDIR%%/config.inc.php; fi
|
|
%%WWWDIR%%/config.inc.php-example
|
|
@exec if [ ! -f %D/%%WWWDIR%%/config.inc.php ] ; then cp -p %D/%F %B/config.inc.php; fi
|
|
%%WWWDIR%%/index.php
|
|
%%WWWDIR%%/style.css
|
|
%%WWWDIR%%/libs/admin.lib.php
|
|
%%WWWDIR%%/libs/auth.lib.php
|
|
%%WWWDIR%%/libs/common.lib.php
|
|
%%WWWDIR%%/pages/admin.inc.php
|
|
%%WWWDIR%%/pages/change.inc.php
|
|
%%WWWDIR%%/pages/main.inc.php
|
|
%%WWWDIR%%/pages/register.inc.php
|
|
@dirrm %%WWWDIR%%/pages
|
|
@dirrm %%WWWDIR%%/libs
|
|
@dirrm %%WWWDIR%%
|