Date: Tue, 25 Feb 2014 17:29:52 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346051 - head/x11-fonts/urwfonts-ttf Message-ID: <201402251729.s1PHTqA9022904@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Feb 25 17:29:51 2014 New Revision: 346051 URL: http://svnweb.freebsd.org/changeset/ports/346051 QAT: https://qat.redports.org/buildarchive/r346051/ Log: Support staging Modified: head/x11-fonts/urwfonts-ttf/Makefile Modified: head/x11-fonts/urwfonts-ttf/Makefile ============================================================================== --- head/x11-fonts/urwfonts-ttf/Makefile Tue Feb 25 17:21:15 2014 (r346050) +++ head/x11-fonts/urwfonts-ttf/Makefile Tue Feb 25 17:29:51 2014 (r346051) @@ -17,13 +17,11 @@ NO_WRKSUBDIR= yes USE_BZIP2= yes NO_BUILD= yes -NO_STAGE= yes do-install: - ${MKDIR} ${PREFIX}/lib/X11/fonts/urwfonts-ttf - ${INSTALL_DATA} ${WRKSRC}/*.ttf ${WRKSRC}/fonts.* ${PREFIX}/lib/X11/fonts/urwfonts-ttf - ${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/README ${PREFIX}/lib/X11/fonts/urwfonts-ttf - -post-install: - @${CAT} ${PKGMESSAGE} + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/urwfonts-ttf + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${WRKSRC}/fonts.* \ + ${STAGEDIR}${PREFIX}/lib/X11/fonts/urwfonts-ttf + ${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/README \ + ${STAGEDIR}${PREFIX}/lib/X11/fonts/urwfonts-ttf .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402251729.s1PHTqA9022904>