diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-05-13 20:52:37 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-05-13 20:52:37 -0400 |
commit | d59194b114862d40c4ebe32d7f035ffbbc45e7e3 (patch) | |
tree | 71ae436c1678aea19696650c2b7626547cb416a7 /textproc/libxslt | |
parent | shells/nushell: update 0.103.0 → 0.104.0 (diff) |
textproc/libxslt: COPYING no longer present in tarball
${WRKSRC}/Copyright has always contained the appropriate licence terms.
Reported by: vvd
Pointy-hat to: vishwin
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 2c25f7954b6c..ff4d2c528dd3 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -9,7 +9,7 @@ COMMENT= XML stylesheet transformation library WWW= https://gitlab.gnome.org/GNOME/libxslt/ LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/Copyright # See note in textproc/libxml2 for why this port uses autotools USES= cpe gmake gnome libtool localbase:ldflags pathfix pkgconfig tar:xz |