diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-22 04:41:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-22 04:41:06 +0000 |
commit | 50868d6edbf8fefb1c39b2b0c7cef0b86a5a9741 (patch) | |
tree | 3a98daf69e8b4106b55e50696b9742409530923d /astro/sscalc | |
parent | Add missing files and directories (diff) |
BROKEN: installs manpage into wrong directory
Notes
Notes:
svn path=/head/; revision=76114
Diffstat (limited to 'astro/sscalc')
-rw-r--r-- | astro/sscalc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/sscalc/Makefile b/astro/sscalc/Makefile index 8a804eedeccc..5ba3a0dc09d7 100644 --- a/astro/sscalc/Makefile +++ b/astro/sscalc/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.icehouse.net/kew/ MAINTAINER= kew@icehouse.net COMMENT= A sunrise/sunset time calculator +BROKEN= "Installs manpage into wrong directory" + pre-fetch: .if !defined(LAT) @${ECHO_MSG} "Type \"make LAT=<nnn.nn> LON=<nnn.nn>\" to hardwire your site" |