diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:40:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:40:12 +0000 |
commit | be07b56b8792a4c2fb7f772fec13561ec78f92b3 (patch) | |
tree | 5ed226c56e4e338aa618b6f9dc50594b15da881e /astro/xephem | |
parent | 7c95dc36748b5adf5c5bad035bf4da9fc4924d45 (diff) |
Notes
Diffstat (limited to 'astro/xephem')
-rw-r--r-- | astro/xephem/Makefile | 4 |
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}) |