diff options
author | osa <osa@FreeBSD.org> | 2004-07-27 08:18:59 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-27 08:18:59 +0000 |
commit | f5394509663db69f8ef2e677368974de7ee91572 (patch) | |
tree | 77f59ee5bfb2f35f3804d743a91a17d8cdfa0b4a /astro/match | |
parent | e41c8e5f7ffe1fb13ae85c194539c88b1ad36f0c (diff) | |
download | FreeBSD-ports-f5394509663db69f8ef2e677368974de7ee91572.zip FreeBSD-ports-f5394509663db69f8ef2e677368974de7ee91572.tar.gz |
Move package files from plist to Makefile, remove pkg-plist.
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 8c27ed3..1e109a2 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> |