diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2006-04-06 22:46:24 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2006-04-06 22:46:24 +0000 |
commit | d5d09870f45c25f651717917bd1eeb0a47e5a4a4 (patch) | |
tree | 2b1a894eaa7a81f38c77804db75d27c7ee1d6580 | |
parent | - Update to 2.2.10 (diff) |
. Work around the distributed Makefile formatting the manual page before
installing it by actually overwriting that with the correct manual page
"source". Fixes the manual page looking broken.
PR: 93728
Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
Approved by: Josh Paetzel <josh@tcbug.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=158988
-rw-r--r-- | astro/xephem/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index c5ce1977995c..3d8e9c163f72 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -54,6 +54,7 @@ pre-build: pre-install: @${FIND} ${WRKSRC}/../.. -name Makefile.bak -type f | ${XARGS} ${RM} -f + @${CP} ${WRKSRC}/xephem.man ${WRKSRC}/xephem.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xephem ${PREFIX}/bin |