Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2019 15:00:16 +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: r515915 - head/x11-fonts/alef
Message-ID:  <201910281500.x9SF0GZs072395@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Mon Oct 28 15:00:16 2019
New Revision: 515915
URL: https://svnweb.freebsd.org/changeset/ports/515915

Log:
  Take maintainership & clean up
  
  - Remove unnecessary variables like USE_XORG and FONTSDIR.
  - Set NO_ARCH and FONTNAME.
  - Silence post-extract commands
  - Pet portlint, portclippy, and portfmt.

Modified:
  head/x11-fonts/alef/Makefile

Modified: head/x11-fonts/alef/Makefile
==============================================================================
--- head/x11-fonts/alef/Makefile	Mon Oct 28 14:58:37 2019	(r515914)
+++ head/x11-fonts/alef/Makefile	Mon Oct 28 15:00:16 2019	(r515915)
@@ -2,32 +2,32 @@
 
 PORTNAME=	alef
 PORTVERSION=	1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://alef.hagilda.com/
 DISTNAME=	Alef
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	0mp@FreeBSD.org
 COMMENT=	Free multi-lingual font designed for screens
 
 LICENSE=	OFL11
 LICENSE_FILE=	${WRKSRC}/OFL-license.txt
 
 USES=		fonts zip
-USE_XORG=	x11
+FONTNAME=	Alef
 
-NO_WRKSUBDIR=	yes
+NO_ARCH=	yes
 NO_BUILD=	yes
-FONTSDIR=	${PREFIX}/lib/X11/fonts/${PORTNAME}
+NO_WRKSUBDIR=	yes
+
 PLIST_FILES=	${FONTSDIR}/Alef-Bold.ttf \
 		${FONTSDIR}/Alef-Regular.ttf
-
 PORTDOCS=	COMING-SOON.txt readme.txt
 
 OPTIONS_DEFINE=	DOCS
 
 post-extract:
-	${MV} ${WRKSRC}/--COMING-SOON--.txt ${WRKSRC}/COMING-SOON.txt
+	@${MV} ${WRKSRC}/--COMING-SOON--.txt ${WRKSRC}/COMING-SOON.txt
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910281500.x9SF0GZs072395>