diff options
author | Carlo Strub <cs@FreeBSD.org> | 2013-10-15 19:00:50 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2013-10-15 19:00:50 +0000 |
commit | 1cb9ec8cdd051975d0429a5711ac25fbab97c72d (patch) | |
tree | 9514f96cbabab66edd401ed9f41a36b9b1cb2082 /astro/match | |
parent | bb5732fa5438cd6b8d3932168690df8a1ce047f1 (diff) | |
download | ports-1cb9ec8cdd051975d0429a5711ac25fbab97c72d.tar.gz ports-1cb9ec8cdd051975d0429a5711ac25fbab97c72d.zip |
Notes
Diffstat (limited to 'astro/match')
-rw-r--r-- | astro/match/Makefile | 5 | ||||
-rw-r--r-- | astro/match/pkg-plist | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/astro/match/Makefile b/astro/match/Makefile index 9343afaa247a..e361bdf7b4ec 100644 --- a/astro/match/Makefile +++ b/astro/match/Makefile @@ -14,10 +14,5 @@ LICENSE= GPLv2 CONFLICTS= avenger-[0-9]* GNU_CONFIGURE= yes -NO_STAGE= yes - -MAN1= match.1 - -PLIST_FILES= bin/apply_match bin/match bin/project_coords .include <bsd.port.mk> diff --git a/astro/match/pkg-plist b/astro/match/pkg-plist new file mode 100644 index 000000000000..92e572e05cbb --- /dev/null +++ b/astro/match/pkg-plist @@ -0,0 +1,4 @@ +bin/apply_match +bin/match +bin/project_coords +man/man1/match.1.gz |