aboutsummaryrefslogtreecommitdiff
path: root/arabic/kacst_fonts
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-10-02 19:33:31 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-10-02 19:33:31 +0000
commitd96a81c159597fd668c7887bd8cc2122cd5b0c04 (patch)
tree860f6cd5197919b338efeaacc134cf91a6bf0a10 /arabic/kacst_fonts
parentea6315f137138d8145d2c41e0ba129e163820251 (diff)
downloadports-d96a81c159597fd668c7887bd8cc2122cd5b0c04.tar.gz
ports-d96a81c159597fd668c7887bd8cc2122cd5b0c04.zip
Run ttmkfdir in a writable directory and unbreak.
PR: ports/103852 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=174331
Diffstat (limited to 'arabic/kacst_fonts')
-rw-r--r--arabic/kacst_fonts/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/arabic/kacst_fonts/Makefile b/arabic/kacst_fonts/Makefile
index 1ee735118530..9368629ae2e7 100644
--- a/arabic/kacst_fonts/Makefile
+++ b/arabic/kacst_fonts/Makefile
@@ -17,10 +17,6 @@ COMMENT= Truetype Arabic fonts created by KACST
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}/KacstArabicFonts-${PORTVERSION}
@@ -29,12 +25,12 @@ SUB_FILES= pkg-message
SUB_LIST= PORTNAME="${PORTNAME}"
do-build:
- @ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir
+ cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir
do-install:
- @${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts/
- @${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/kacst_fonts/
- @${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/kacst_fonts/
+ ${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts/
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/kacst_fonts/
+ ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/kacst_fonts/
post-install:
@${CAT} ${PKGMESSAGE}