diff options
author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2025-06-10 12:29:00 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-06-10 13:02:34 +0200 |
commit | a0ce779c88e46d0f5f05bd5753365344282ccd7a (patch) | |
tree | 58b5a2e70a9988496b52030b1ac568c322f414c3 /math | |
parent | x11/gnome-panel: add new port (diff) |
Mk/bsd.sites.mk: Simplify MASTER_SITES= GNOME
Since GNOME changes their numbering, in some Makefile MASTER_SITES= GNOME is
more complex. This patch simplify for users.
Differential Revision: https://reviews.freebsd.org/D43183
Diffstat (limited to 'math')
-rw-r--r-- | math/gnome-calculator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index e478fc945f70..369390a0bf4f 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -1,7 +1,7 @@ PORTNAME= gnome-calculator PORTVERSION= 47.1 CATEGORIES= math gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org |