diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-04 19:03:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-04 19:03:36 +0000 |
commit | a42adeafddb5ee0800e2a4ad921e9b99dbc2d180 (patch) | |
tree | cfa57a0ecc4bdd1a86f8c19600edbf749c699c6c /devel/cvsweb3 | |
parent | upgrade: 2.15->2.16 (diff) |
Style fix:
- Remove post-install information from DESCR's.
- Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
- Remove unnecessary whitespace.
Pointed out by: portlint
Notes
Notes:
svn path=/head/; revision=27329
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsweb3/pkg-message b/devel/cvsweb3/pkg-message index 68c4eb088e3f..6ceb286c8358 100644 --- a/devel/cvsweb3/pkg-message +++ b/devel/cvsweb3/pkg-message @@ -1,6 +1,6 @@ ************************************************************ Quickstart: - cd /usr/local/etc + cd ${PREFIX}/etc cp cvsweb.conf.sample cvsweb.conf and you can browse your CVS repository via web if you set up @@ -11,5 +11,5 @@ will be like `http://localhost/cgi-bin/cvsweb.cgi'. browse, try editing cvsweb.conf as you like. For further information, please look into the directory -`/usr/local/share/doc/cvsweb/'. +`${PREFIX}/share/doc/cvsweb/'. ************************************************************ |