diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-07-31 14:11:39 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-07-31 14:11:39 +0000 |
commit | 4052cc4a109097f13f22365a3b11275b0f60defe (patch) | |
tree | 4a143084a9fe4ab316ef9d64db803900a3cd45a0 /x11-fonts | |
parent | f6218763729a04801322d43847a58e3ee6908c24 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/proggy_fonts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fonts/proggy_fonts/Makefile b/x11-fonts/proggy_fonts/Makefile index 1931039e3979..f60d52a44cb0 100644 --- a/x11-fonts/proggy_fonts/Makefile +++ b/x11-fonts/proggy_fonts/Makefile @@ -35,13 +35,11 @@ USE_XORG= x11 USES= zip NO_WRKSUBDIR= yes NO_BUILD= yes -XFONTDIR= ${PREFIX}/lib/X11/fonts/local +XFONTDIR= ${STAGEDIR}${PREFIX}/lib/X11/fonts/local -NO_STAGE= yes do-install: @${MKDIR} ${XFONTDIR} @${CP} ${ALREADY_UNZIP} ${WRKDIR} @${INSTALL_DATA} ${WRKDIR}/*.pcf* ${XFONTDIR} - @(cd ${XFONTDIR}; mkfontdir) .include <bsd.port.mk> |