diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 19:09:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 19:09:14 +0800 |
commit | 93637cc764dd0eadb39d4faf2311bc61d7b3e265 (patch) | |
tree | e9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /www/repos-style | |
parent | e9c317ffbac6a778828b3e70efdf887d9384e0c8 (diff) | |
download | freebsd-ports-graphics-93637cc764dd0eadb39d4faf2311bc61d7b3e265.tar.gz freebsd-ports-graphics-93637cc764dd0eadb39d4faf2311bc61d7b3e265.tar.zst freebsd-ports-graphics-93637cc764dd0eadb39d4faf2311bc61d7b3e265.zip |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket
Diffstat (limited to 'www/repos-style')
-rw-r--r-- | www/repos-style/files/pkg-message.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/repos-style/files/pkg-message.in b/www/repos-style/files/pkg-message.in index c07d26360d0..d6b3eae6a25 100644 --- a/www/repos-style/files/pkg-message.in +++ b/www/repos-style/files/pkg-message.in @@ -8,10 +8,10 @@ that you add something like the following to httpd.conf: Alias /%%PORTNAME%% %%WWWDIR%% SVNIndexXSLT "/%%PORTNAME%%/view/repos.xsl" -To set up the Very Simple Logviewer in %%PORTNAME%%/open/log/index.php there is a line: -$repo = '@@Repository@@'; // repository root, no trailing slash -Replace @@Repository@@ with the subversion url to your repository root. -It can be any subversion URL, both http:// and file:///. You can use +To set up the Very Simple Logviewer in %%PORTNAME%%/open/log/index.php there is a line: +$repo = '@@Repository@@'; // repository root, no trailing slash +Replace @@Repository@@ with the subversion url to your repository root. +It can be any subversion URL, both http:// and file:///. You can use "http:" if you have public read access to the repository. |