diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-25 13:57:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-25 13:57:30 +0000 |
commit | 6ae3bc71b46f9a3084dec85775736554a213558b (patch) | |
tree | f05d00eb9292fc7c80a90f619be70d8cc29300e1 /arabic/ae_fonts_mono | |
parent | 1a19ccf733cbc40a03b07e2620ddd0706f060b2d (diff) | |
download | ports-6ae3bc71b46f9a3084dec85775736554a213558b.tar.gz ports-6ae3bc71b46f9a3084dec85775736554a213558b.zip |
Notes
Diffstat (limited to 'arabic/ae_fonts_mono')
-rw-r--r-- | arabic/ae_fonts_mono/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/arabic/ae_fonts_mono/Makefile b/arabic/ae_fonts_mono/Makefile index 1a0ac07cbbc6..a740e60f1210 100644 --- a/arabic/ae_fonts_mono/Makefile +++ b/arabic/ae_fonts_mono/Makefile @@ -15,7 +15,6 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -NO_STAGE= yes USE_XORG= x11 USE_BZIP2= yes SUB_FILES= pkg-message @@ -24,13 +23,8 @@ do-build: @mkfontdir ${WRKSRC} do-install: - @${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts_mono + @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/X11/fonts/ae_fonts_mono ${INSTALL_DATA} ${WRKSRC}/*.pcf ${WRKSRC}/fonts.dir \ - ${PREFIX}/lib/X11/fonts/ae_fonts_mono - -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} + ${STAGEDIR}/${PREFIX}/lib/X11/fonts/ae_fonts_mono .include <bsd.port.mk> |