diff options
author | glewis <glewis@FreeBSD.org> | 2006-04-07 06:46:24 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2006-04-07 06:46:24 +0800 |
commit | da5eadaa73a0e66a0661415c2900d414cebac229 (patch) | |
tree | 8a949f6c49bac324c126a0c2a0f353e3263822f3 /astro/xephem | |
parent | d11fa2025ef6392496366a7b7d495fce3bc9ff6b (diff) | |
download | freebsd-ports-gnome-da5eadaa73a0e66a0661415c2900d414cebac229.tar.gz freebsd-ports-gnome-da5eadaa73a0e66a0661415c2900d414cebac229.tar.zst freebsd-ports-gnome-da5eadaa73a0e66a0661415c2900d414cebac229.zip |
. 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)
Diffstat (limited to 'astro/xephem')
-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 |