mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
98228699b1
Switch to more recent fork made by Valentin Abramov, it is much improved in calculation (new ephemeris used), have many bugfixes and some new features. Fixes from me: integrate our fixes for original version fix some out of memory / junk memory accesses avoid text clipping on long lines add seconds precision to zone offset (for true local time) add missing color reset in one place
8 lines
224 B
Bash
8 lines
224 B
Bash
#!/bin/sh
|
|
# installation script for astrolog
|
|
if [ "$2" != "POST-INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
echo "See the file ${PKG_PREFIX}/share/doc/astrolog/helpfile.540 for help"
|
|
echo "and tune ${PKG_PREFIX}/lib/astrolog/astrolog.dat"
|