diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-25 01:57:45 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-25 01:57:45 +0800 |
commit | f75cc58d1f5cf83720d451e02beb71cda959910a (patch) | |
tree | bbe7cfa20b676a096d6d45c8ec4337b38519a0ab /astro | |
parent | 1193be8528e550a99c2f74b5ad7017e132d809cc (diff) | |
download | freebsd-ports-gnome-f75cc58d1f5cf83720d451e02beb71cda959910a.tar.gz freebsd-ports-gnome-f75cc58d1f5cf83720d451e02beb71cda959910a.tar.zst freebsd-ports-gnome-f75cc58d1f5cf83720d451e02beb71cda959910a.zip |
Fix packing list.
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 '*.???*' | \ |