From 3c574f177bbc46861a644766157a4b97eaa124be Mon Sep 17 00:00:00 2001 From: pi Date: Tue, 11 Aug 2015 19:55:13 +0000 Subject: hebrew/elmar-fonts: some fixes in Makefile, pet portlint - Fix Makefile according to portlint checkings - Move pkg-message to ${FILESDIR}/pkg-message.in PR: 202219 Submitted by: Carlos Jacobo Puga Medina --- hebrew/elmar-fonts/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'hebrew/elmar-fonts/Makefile') diff --git a/hebrew/elmar-fonts/Makefile b/hebrew/elmar-fonts/Makefile index 3bfcc7fa0dc..24c85c4b04d 100644 --- a/hebrew/elmar-fonts/Makefile +++ b/hebrew/elmar-fonts/Makefile @@ -1,21 +1,24 @@ # Created by: nadav@cs.technion.ac.il # $FreeBSD$ -PORTNAME= elmar-fonts +PORTNAME= elmar PORTVERSION= 3.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= hebrew x11-fonts +MASTER_SITES= ftp://ftp.elmar.co.il/Portable/fonts/ +PKGNAMESUFFIX= -fonts DISTNAME= H.fonts -EXTRACT_SUFX= .tar.Z MAINTAINER= cpm@fbsd.es -COMMENT= Collection of Hebrew fonts from El-Mar software Ltd +COMMENT= Collection of Hebrew fonts from El-Mar software, Ltd -USES= fonts +USES= fonts tar:Z NO_WRKSUBDIR= yes NO_BUILD= yes FONTNAME= hebrew +SUB_FILES= pkg-message + do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${TAR} -C ${STAGEDIR}${FONTSDIR} -xZpf \ -- cgit