summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-05-19 22:21:51 +0000
committertnn <tnn@pkgsrc.org>2020-05-19 22:21:51 +0000
commit8775d9a4f8b2e197a479c453b08942cca1c1ac80 (patch)
tree6a8b247a42b80d34fa067400078f9e93c62ba6f6 /multimedia
parent8d15697adc9a8a52c438e7482d08159348bceb0e (diff)
downloadpkgsrc-8775d9a4f8b2e197a479c453b08942cca1c1ac80.tar.gz
vlc: adjust SUBST_FILES.fnt to catch up with rename. Bump.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vlc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 7e85330772a..16239b3dfde 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.232 2020/05/01 13:51:54 nia Exp $
+# $NetBSD: Makefile,v 1.233 2020/05/19 22:21:51 tnn Exp $
DISTNAME= vlc-3.0.10
+PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://download.videolan.org/pub/videolan/vlc/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz
@@ -162,7 +163,7 @@ SUBST_CLASSES+= fnt
SUBST_STAGE.fnt= pre-configure
SUBST_SED.fnt= -e "s,${ORIGFNT},${DEFAULT_FONT},"
SUBST_SED.fnt+= -e "s,${ORIGMONOFNT},${DEFAULT_MONO_FONT},"
-SUBST_FILES.fnt= modules/text_renderer/platform_fonts.h
+SUBST_FILES.fnt= modules/text_renderer/freetype/platform_fonts.h
SUBST_MESSAGE.fnt= Fixing hardcoded font paths.
# VLC embeds the build environment info to help debuging.