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>
This commit is contained in:
parent
38314baa72
commit
69792a6725
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393970
2 changed files with 8 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue