diff options
author | cs <cs@FreeBSD.org> | 2013-10-16 03:00:50 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-10-16 03:00:50 +0800 |
commit | 1d4767f15fde3fec8afdd38e5ff1cd7e73d5a9d0 (patch) | |
tree | 9514f96cbabab66edd401ed9f41a36b9b1cb2082 /astro | |
parent | 8b4289f634a49e3983b289725f373d8bca5fea76 (diff) | |
download | freebsd-ports-gnome-1d4767f15fde3fec8afdd38e5ff1cd7e73d5a9d0.tar.gz freebsd-ports-gnome-1d4767f15fde3fec8afdd38e5ff1cd7e73d5a9d0.tar.zst freebsd-ports-gnome-1d4767f15fde3fec8afdd38e5ff1cd7e73d5a9d0.zip |
Support staging
Diffstat (limited to 'astro')
-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 |