Date: Sat, 26 Oct 2019 16:15:50 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515712 - head/x11-fonts/lohit Message-ID: <201910261615.x9QGFonR009764@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Sat Oct 26 16:15:49 2019 New Revision: 515712 URL: https://svnweb.freebsd.org/changeset/ports/515712 Log: Take maintainership & clean up - Set LICENSE_FILE and NO_ARCH - Remove unnecessary WRKSRC - Silence MKDIR - Switch to DISTVERSION while here Modified: head/x11-fonts/lohit/Makefile Modified: head/x11-fonts/lohit/Makefile ============================================================================== --- head/x11-fonts/lohit/Makefile Sat Oct 26 16:03:31 2019 (r515711) +++ head/x11-fonts/lohit/Makefile Sat Oct 26 16:15:49 2019 (r515712) @@ -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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910261615.x9QGFonR009764>