svn commit: r515712 - head/x11-fonts/lohit

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Oct 26 16:15:50 UTC 2019


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 at FreeBSD.org
+MAINTAINER=	0mp at 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>


More information about the svn-ports-head mailing list