diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 17:29:51 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 17:29:51 +0000 |
commit | 3816ba5f7791f11fcace366c8aa287cdfd1a2570 (patch) | |
tree | 8b76db96c58331a62e6430816985caae50e49e95 /x11-fonts | |
parent | a9be3d6fcf69c4b8babe01855a0d81a6ba0a0bb6 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/urwfonts-ttf/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-fonts/urwfonts-ttf/Makefile b/x11-fonts/urwfonts-ttf/Makefile index b76fbc9c8f07..bee188450ddd 100644 --- a/x11-fonts/urwfonts-ttf/Makefile +++ b/x11-fonts/urwfonts-ttf/Makefile @@ -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> |