1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

chinese/phpbb-tw: fix hostname in pkg-message for reproducible builds

As with r417677 for sysutils/3dm, avoid %%HOSTNAME%% in the pkg-message.
The host on which the port/package is installed is relevant, not that on
which it was built.

Approved by:	swills
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D7234
This commit is contained in:
Ed Maste 2016-07-18 18:01:58 +00:00
parent c70107337d
commit c3756a6968
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418727

View File

@ -15,7 +15,7 @@ installation procedures may be found in:
Once these steps have been taken, you may connect to the following URL to
configure your installation of phpBB2:
http://%%HOSTNAME%%/%%PHPBB_URL%%
http://localhost/%%PHPBB_URL%%
To make phpBB available through your web site, I suggest
that you add something like the following to httpd.conf: