diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-27 08:18:59 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-27 08:18:59 +0000 |
commit | c4f5fe5483321d27ddfd7dacb73cf7ec324f467b (patch) | |
tree | fbae3e696728a0251a4836383013d4ccc2f59fa0 /astro/match | |
parent | 9c32162fea3d29b406b634f715d208f769599ab9 (diff) | |
download | ports-c4f5fe5483321d27ddfd7dacb73cf7ec324f467b.tar.gz ports-c4f5fe5483321d27ddfd7dacb73cf7ec324f467b.zip |
Notes
Diffstat (limited to 'astro/match')
-rw-r--r-- | astro/match/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/match/Makefile b/astro/match/Makefile index 8c27ed3bfec3..1e109a25a856 100644 --- a/astro/match/Makefile +++ b/astro/match/Makefile @@ -17,4 +17,6 @@ COMMENT= A program for matching star lists GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +PLIST_FILES= bin/apply_match bin/match bin/project_coords + .include <bsd.port.mk> |