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 /textproc/libxslt | |
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 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index ff4d2c528dd3..801171772c21 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,7 +1,7 @@ PORTNAME= libxslt DISTVERSION= 1.1.43 CATEGORIES= textproc gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R}/ +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org |