diff options
author | pi <pi@FreeBSD.org> | 2015-08-12 03:55:13 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-08-12 03:55:13 +0800 |
commit | 3c574f177bbc46861a644766157a4b97eaa124be (patch) | |
tree | 9731e313580f7559d1a11d157292005fe22879ce /hebrew/elmar-fonts/Makefile | |
parent | a7934864b033cf2ac3ee96f49d7a16b4c34e10b7 (diff) | |
download | freebsd-ports-graphics-3c574f177bbc46861a644766157a4b97eaa124be.tar.gz freebsd-ports-graphics-3c574f177bbc46861a644766157a4b97eaa124be.tar.zst freebsd-ports-graphics-3c574f177bbc46861a644766157a4b97eaa124be.zip |
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 <cpm@fbsd.es>
Diffstat (limited to 'hebrew/elmar-fonts/Makefile')
-rw-r--r-- | hebrew/elmar-fonts/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
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 \ |