diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 8987144724ab..94ff44260784 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -72,7 +72,7 @@ pre-install: @${ECHO_CMD} share/celestia/${ii} >> ${PLIST} .endfor .if !defined(NOPORTDOCS) -.for ii in AUTHORS ChangeLog COPYING README TODO controls.txt +.for ii in AUTHORS ChangeLog README TODO controls.txt @${ECHO_CMD} share/doc/celestia/${ii} >> ${PLIST} .endfor @${FIND} ${WRKSRC}/manual/ -name '*.???*' | \ |