summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-26 23:40:12 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-26 23:40:12 +0000
commitbe07b56b8792a4c2fb7f772fec13561ec78f92b3 (patch)
tree5ed226c56e4e338aa618b6f9dc50594b15da881e /astro
parentChecksum of harmonics.gz changed. (diff)
Add missing manpage.
Notes
Notes: svn path=/head/; revision=13416
Diffstat (limited to 'astro')
-rw-r--r--astro/xephem/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile
index f4276c207e61..6294914ab692 100644
--- a/astro/xephem/Makefile
+++ b/astro/xephem/Makefile
@@ -3,7 +3,7 @@
# Date created: Thu Aug 1 09:10:22 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.9 1998/09/16 01:58:38 steve Exp $
+# $Id: Makefile,v 1.10 1998/09/17 00:32:26 asami Exp $
#
DISTNAME= xephem-3.1
@@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
LIBSRC= ${WRKDIR}/${DISTNAME}/libastro
+MAN1= xephem.1
+
pre-configure:
@(cd ${LIBSRC} && ${XMKMF})