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 /astro | |
parent | 8cd1a5b41ad246dc31d37ca0b5988f0a8b98d1e4 (diff) |
Notes
Diffstat (limited to 'astro')
-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 |