svn commit: r515915 - head/x11-fonts/alef

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Oct 28 15:00:17 UTC 2019


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


More information about the svn-ports-head mailing list