Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Default to MANDIR=${PREFIX}/man, support BINDIR | June McEnroe | 2021-05-02 |
| | | | | | | | | I originally avoided defaulting MANDIR to /usr/local/man because I thought that might not work on GNU/Linux, but I checked and it turns out man-db not only defaults to including /usr/local/man (if /usr/local/bin is in PATH), it also includes /usr/man. So more reason to default to ${PREFIX}/man. | ||
* | Only link litterbox with -ltls | June McEnroe | 2021-05-02 |
| | |||
* | Remove rc script 1.6 | June McEnroe | 2020-08-27 |
| | | | | | The rc script kinda just sucks for running this, and catsit exists now. Probably no one but me was ever using it anyway. | ||
* | Don't bother with --sysconfdir | June McEnroe | 2020-07-24 |
| | | | | It's only used on FreeBSD anyway. | ||
* | Rewrite configure script for all platforms, add OpenBSD | June McEnroe | 2020-07-24 |
| | |||
* | Don't install rc scripts on other platforms | June McEnroe | 2020-05-20 |
| | | | | Oops, meant to do this in the last commit. | ||
* | Rewrite build and install like pounce 1.3 | June McEnroe | 2020-05-20 |
| | | | | man pages are no longer compressed! | ||
* | Use . as ${LDLIBS.$@} separator | June McEnroe | 2020-04-20 |
| | |||
* | Only set RCS on FreeBSD | June McEnroe | 2020-04-05 |
| | |||
* | Replace .mk files with configure script | June McEnroe | 2020-03-02 |