aboutsummaryrefslogtreecommitdiff
path: root/arabic/ae_fonts_ttf
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 13:57:30 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 13:57:30 +0000
commit6ae3bc71b46f9a3084dec85775736554a213558b (patch)
treef05d00eb9292fc7c80a90f619be70d8cc29300e1 /arabic/ae_fonts_ttf
parent1a19ccf733cbc40a03b07e2620ddd0706f060b2d (diff)
downloadports-6ae3bc71b46f9a3084dec85775736554a213558b.tar.gz
ports-6ae3bc71b46f9a3084dec85775736554a213558b.zip
Support stage.
Notes
Notes: svn path=/head/; revision=328292
Diffstat (limited to 'arabic/ae_fonts_ttf')
-rw-r--r--arabic/ae_fonts_ttf/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/arabic/ae_fonts_ttf/Makefile b/arabic/ae_fonts_ttf/Makefile
index b7909671b44f..c30ac1ef6376 100644
--- a/arabic/ae_fonts_ttf/Makefile
+++ b/arabic/ae_fonts_ttf/Makefile
@@ -15,7 +15,6 @@ LICENSE= GPLv2
BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir
-NO_STAGE= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION}
SUB_FILES= pkg-message
@@ -52,14 +51,9 @@ do-build:
do-install:
.for font in ${FONTS}
- @${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts1/${font}
+ @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/X11/fonts/ae_fonts1/${font}
${INSTALL_DATA} ${WRKSRC}/${font}/* \
- ${PREFIX}/lib/X11/fonts/ae_fonts1/${font}
+ ${STAGEDIR}/${PREFIX}/lib/X11/fonts/ae_fonts1/${font}
.endfor
-post-install:
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
-
.include <bsd.port.mk>