diff options
author | ache <ache@FreeBSD.org> | 1997-01-14 06:57:00 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-01-14 06:57:00 +0800 |
commit | 5391e3ab6a6eec0f828a49149926e27f95cb5124 (patch) | |
tree | 69e75dbbaba0b89919d29b0a5e8657f998821a7d /misc/astrolog/pkg-install | |
parent | cdc48e821ea4770175f936f02561144649b51b1f (diff) | |
download | freebsd-ports-gnome-5391e3ab6a6eec0f828a49149926e27f95cb5124.tar.gz freebsd-ports-gnome-5391e3ab6a6eec0f828a49149926e27f95cb5124.tar.zst freebsd-ports-gnome-5391e3ab6a6eec0f828a49149926e27f95cb5124.zip |
Upgrade to 5.30
Diffstat (limited to 'misc/astrolog/pkg-install')
-rw-r--r-- | misc/astrolog/pkg-install | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/astrolog/pkg-install b/misc/astrolog/pkg-install index 780ee4b924be..89b4e2f026af 100644 --- a/misc/astrolog/pkg-install +++ b/misc/astrolog/pkg-install @@ -3,6 +3,5 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0 fi -echo "See the file ${PKG_PREFIX}/share/astrolog/helpfile.520 for help" -echo "and tune ${PKG_PREFIX}/lib/astrolog/astrolog.dat," -echo "also look at ${PKG_PREFIX}/info/astrolog.info.gz" +echo "See the file ${PKG_PREFIX}/share/doc/astrolog/Helpfile.530 for help" +echo "and tune ${PKG_PREFIX}/lib/astrolog/astrolog.dat" |