diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-25 16:32:25 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-25 16:32:25 -0700 |
commit | bbc79986441bf3836af56940126b4b4c0e0cf8c0 (patch) | |
tree | e7ca13db60ccb73782282f80019106addf99a8c1 /astro | |
parent | 98d311a8b74ed96470e7064b913c2b0a72fb1e7b (diff) | |
download | freebsd-ports-bbc79986441bf3836af56940126b4b4c0e0cf8c0.zip |
astro/*: Remove irrelevant categories
Diffstat (limited to 'astro')
-rw-r--r-- | astro/erfa/Makefile | 2 | ||||
-rw-r--r-- | astro/pal/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/erfa/Makefile b/astro/erfa/Makefile index 41167f30ea35..77895d4f8279 100644 --- a/astro/erfa/Makefile +++ b/astro/erfa/Makefile @@ -1,6 +1,6 @@ PORTNAME= erfa DISTVERSION= 2.0.0 -CATEGORIES= astro geography +CATEGORIES= astro MASTER_SITES= https://github.com/liberfa/erfa/releases/download/v${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org diff --git a/astro/pal/Makefile b/astro/pal/Makefile index bbcaccbff909..73e630fffbd1 100644 --- a/astro/pal/Makefile +++ b/astro/pal/Makefile @@ -1,6 +1,6 @@ PORTNAME= pal DISTVERSION= 0.9.8 -CATEGORIES= astro geography +CATEGORIES= astro MASTER_SITES= https://github.com/Starlink/pal/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -astronomical |