diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-24 17:57:45 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-24 17:57:45 +0000 |
commit | 3a6b07ce9ea175e2bd78228112c000cdce155093 (patch) | |
tree | 881d1bae46d1111a589401bac865d0541e7f991a /astro | |
parent | 89d29ad1777d4b24d15593cca26ef8540940d3b0 (diff) | |
download | ports-3a6b07ce9ea175e2bd78228112c000cdce155093.tar.gz ports-3a6b07ce9ea175e2bd78228112c000cdce155093.zip |
Notes
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 '*.???*' | \ |