diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /hebrew/elmar-fonts/Makefile | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'hebrew/elmar-fonts/Makefile')
-rw-r--r-- | hebrew/elmar-fonts/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hebrew/elmar-fonts/Makefile b/hebrew/elmar-fonts/Makefile index 595a72178462..4815904131f2 100644 --- a/hebrew/elmar-fonts/Makefile +++ b/hebrew/elmar-fonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= elmar-fonts PORTVERSION= 3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= hebrew x11-fonts MASTER_SITES= ftp://ftp.elmar.co.il/Portable/fonts/ DISTNAME= H.fonts @@ -17,12 +17,11 @@ MAINTAINER= nadav@cs.technion.ac.il COMMENT= A collection of Hebrew fonts from El-Mar software Ltd NO_WRKSUBDIR= yes -USE_X_PREFIX= yes NO_BUILD= yes do-install: - ${MKDIR} ${PREFIX}/lib/X11/fonts/hebrew - ${TAR} -C ${PREFIX}/lib/X11/fonts/hebrew -xZpf \ + ${MKDIR} ${LOCALBASE}/lib/X11/fonts/hebrew + ${TAR} -C ${LOCALBASE}/lib/X11/fonts/hebrew -xZpf \ ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} post-install: @${CAT} ${PKGMESSAGE} |