summaryrefslogtreecommitdiff
path: root/arabic/ae_fonts_ttf
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-10-02 19:32:53 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-10-02 19:32:53 +0000
commitea6315f137138d8145d2c41e0ba129e163820251 (patch)
tree362fceb17e881898843d9552ba0e564e8242472c /arabic/ae_fonts_ttf
parent15ac1c2afc1e00524ff80de5c16dd5b01b9d6ed2 (diff)
downloadfreebsd-ports-ea6315f137138d8145d2c41e0ba129e163820251.zip
Run ttmkfdir in a writable directory and unbreak.
PR: ports/103851 Approved by: maintainer
Diffstat (limited to 'arabic/ae_fonts_ttf')
-rw-r--r--arabic/ae_fonts_ttf/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/arabic/ae_fonts_ttf/Makefile b/arabic/ae_fonts_ttf/Makefile
index 4691f76caf9e..679b4fc9460a 100644
--- a/arabic/ae_fonts_ttf/Makefile
+++ b/arabic/ae_fonts_ttf/Makefile
@@ -17,10 +17,6 @@ COMMENT= A collection of truetype Arabic fonts created by Arabeyes.org
BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir
-BROKEN= Does not build
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
USE_X_PREFIX= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION}
@@ -66,13 +62,13 @@ pre-everything::
do-build:
.for i in ${FONTS}
- @ttmkfdir -c -d ${WRKSRC}/${i} > ${WRKSRC}/${i}/fonts.dir
+ cd ${WRKSRC} && ttmkfdir -c -d ${WRKSRC}/${i} > ${WRKSRC}/${i}/fonts.dir
.endfor
do-install:
.for i in ${FONTS}
- @${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts1/${i}
- @${INSTALL_DATA} ${WRKSRC}/${i}/* ${PREFIX}/lib/X11/fonts/ae_fonts1/${i}
+ ${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts1/${i}
+ ${INSTALL_DATA} ${WRKSRC}/${i}/* ${PREFIX}/lib/X11/fonts/ae_fonts1/${i}
.endfor
post-install: