From 623012c977d24d6fe8d138c24f8e88fa6f0b792b Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sat, 26 Oct 2019 16:15:49 +0000 Subject: [PATCH] Take maintainership & clean up - Set LICENSE_FILE and NO_ARCH - Remove unnecessary WRKSRC - Silence MKDIR - Switch to DISTVERSION while here --- x11-fonts/lohit/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/x11-fonts/lohit/Makefile b/x11-fonts/lohit/Makefile index 5c72c8e722f1..fb262a36e681 100644 --- a/x11-fonts/lohit/Makefile +++ b/x11-fonts/lohit/Makefile @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= Lohit -PORTVERSION= 20140220 -PORTREVISION= 2 +DISTVERSION= 20140220 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= https://releases.pagure.org/lohit/ DISTNAME= lohit-ttf-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 0mp@FreeBSD.org COMMENT= Lohit fonts LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= fonts + +NO_ARCH= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S,.orig,,:S,_,-,} PLIST_FILES= ${FONTSDIR}/Lohit-Assamese.ttf \ ${FONTSDIR}/Lohit-Bengali.ttf \ @@ -32,7 +34,7 @@ PLIST_FILES= ${FONTSDIR}/Lohit-Assamese.ttf \ SUB_FILES= pkg-message do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} + @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} .include