Date: Wed, 25 Sep 2013 13:57:30 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328292 - in head/arabic: ae_fonts_mono ae_fonts_ttf kacst_fonts khotot Message-ID: <201309251357.r8PDvUs6003192@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Sep 25 13:57:30 2013 New Revision: 328292 URL: http://svnweb.freebsd.org/changeset/ports/328292 Log: Support stage. Modified: head/arabic/ae_fonts_mono/Makefile head/arabic/ae_fonts_ttf/Makefile head/arabic/kacst_fonts/Makefile head/arabic/khotot/Makefile Modified: head/arabic/ae_fonts_mono/Makefile ============================================================================== --- head/arabic/ae_fonts_mono/Makefile Wed Sep 25 13:53:51 2013 (r328291) +++ head/arabic/ae_fonts_mono/Makefile Wed Sep 25 13:57:30 2013 (r328292) @@ -15,7 +15,6 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- 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> Modified: head/arabic/ae_fonts_ttf/Makefile ============================================================================== --- head/arabic/ae_fonts_ttf/Makefile Wed Sep 25 13:53:51 2013 (r328291) +++ head/arabic/ae_fonts_ttf/Makefile Wed Sep 25 13:57:30 2013 (r328292) @@ -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> Modified: head/arabic/kacst_fonts/Makefile ============================================================================== --- head/arabic/kacst_fonts/Makefile Wed Sep 25 13:53:51 2013 (r328291) +++ head/arabic/kacst_fonts/Makefile Wed Sep 25 13:57:30 2013 (r328292) @@ -15,7 +15,6 @@ LICENSE= GPLv2 BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir -NO_STAGE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION} @@ -26,13 +25,8 @@ do-build: cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir do-install: - @${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts + @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/X11/fonts/kacst_fonts ${INSTALL_DATA} ${WRKSRC}/*.ttf ${WRKSRC}/fonts.dir \ - ${PREFIX}/lib/X11/fonts/kacst_fonts - -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} + ${STAGEDIR}/${PREFIX}/lib/X11/fonts/kacst_fonts .include <bsd.port.mk> Modified: head/arabic/khotot/Makefile ============================================================================== --- head/arabic/khotot/Makefile Wed Sep 25 13:53:51 2013 (r328291) +++ head/arabic/khotot/Makefile Wed Sep 25 13:57:30 2013 (r328292) @@ -12,7 +12,6 @@ EXTRACT_ONLY= # MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port for popular Arabic font packages -NO_STAGE= yes NO_BUILD= yes NO_INSTALL= yes SUB_FILES= pkg-message @@ -38,9 +37,4 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/kacst_fonts/fonts.dir:${PORTSDIR}/arabic/kacst_fonts .endif -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309251357.r8PDvUs6003192>