diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 07:40:12 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 07:40:12 +0800 |
commit | 651b936f99cf71d23afc79d9d3414b3933239a91 (patch) | |
tree | 654b624631ce6f13b7976a8af33bac6e5d376328 | |
parent | ffc4d2c6fe890b1224fa8d9c81ea08edd9d8c700 (diff) | |
download | freebsd-ports-graphics-651b936f99cf71d23afc79d9d3414b3933239a91.tar.gz freebsd-ports-graphics-651b936f99cf71d23afc79d9d3414b3933239a91.tar.zst freebsd-ports-graphics-651b936f99cf71d23afc79d9d3414b3933239a91.zip |
Add missing manpage.
-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 f4276c207e6..6294914ab69 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}) |