aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-07-19 02:01:58 +0800
committeremaste <emaste@FreeBSD.org>2016-07-19 02:01:58 +0800
commit53333ad10a2e4c538fa7c1e50de24b7f6da5a03b (patch)
tree2922bcbb0f9ccd427451e32165f81dd29a669976 /chinese
parentf9750b912e977178b009b26f61e99652da5b369d (diff)
downloadfreebsd-ports-gnome-53333ad10a2e4c538fa7c1e50de24b7f6da5a03b.tar.gz
freebsd-ports-gnome-53333ad10a2e4c538fa7c1e50de24b7f6da5a03b.tar.zst
freebsd-ports-gnome-53333ad10a2e4c538fa7c1e50de24b7f6da5a03b.zip
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
Diffstat (limited to 'chinese')
-rw-r--r--chinese/phpbb-tw/files/pkg-message.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/phpbb-tw/files/pkg-message.in b/chinese/phpbb-tw/files/pkg-message.in
index 2dfd81928cfa..16c8b0d31054 100644
--- a/chinese/phpbb-tw/files/pkg-message.in
+++ b/chinese/phpbb-tw/files/pkg-message.in
@@ -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: