diff options
Diffstat (limited to 'arabic/ae_fonts_mono/Makefile')
-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> |