diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-12-25 05:08:44 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-12-25 05:08:44 +0000 |
commit | addc158acca34754c68a1086298237b4714c5628 (patch) | |
tree | 02ce1ad9507e643a6f28b6612bf12446c3c1974e /devel/viewcvs/pkg-message | |
parent | aa254d63d3b5269ece0811bbbf65d4c005521629 (diff) | |
download | FreeBSD-ports-addc158acca34754c68a1086298237b4714c5628.zip FreeBSD-ports-addc158acca34754c68a1086298237b4714c5628.tar.gz |
Update to 0.9
Make pkg-plist read version from variable instead of hardcoded
PR: 33114
Submitted by: perky@fallin.lv
Diffstat (limited to 'devel/viewcvs/pkg-message')
-rw-r--r-- | devel/viewcvs/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/viewcvs/pkg-message b/devel/viewcvs/pkg-message index 941ffa1d..ac1d1f4 100644 --- a/devel/viewcvs/pkg-message +++ b/devel/viewcvs/pkg-message @@ -1,5 +1,5 @@ If you would like to set up ViewCVS in a usable manner, all you need to do is modify the configuration file, located at -%%PREFIX%%/share/viewcvs/viewcvs.conf, to note where your +%%INSTDIR%%/viewcvs.conf, to note where your CVSROOT is, and then copy the actual CGI (located at -%%PREFIX%%/share/viewcvs/cgi/viewcvs.cgi) to your cgi-bin. +%%INSTDIR%%/cgi/viewcvs.cgi) to your cgi-bin. |