diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:51:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:51:14 +0000 |
commit | 8370206e3b269db1256cd3ad8c518e2574eaaa63 (patch) | |
tree | 114837d5e8aa98521f12237093ea2d2f0806ca9b /x11-fonts/freefonts | |
parent | f0d1c93f67019d7e8c46eaf26502e7daf5693df0 (diff) |
Notes
Diffstat (limited to 'x11-fonts/freefonts')
-rw-r--r-- | x11-fonts/freefonts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile index 73e97d2820da..6127817ecd36 100644 --- a/x11-fonts/freefonts/Makefile +++ b/x11-fonts/freefonts/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= type1inst:${PORTSDIR}/x11-fonts/p5-type1inst RESTRICTED= see accompanying .license files NO_WRKSUBDIR= yes +NO_STAGE= yes do-build: @cd ${WRKSRC}/freefont && ${LOCALBASE}/bin/type1inst -silent -quiet -nolog >/dev/null 2>&1 @${RM} ${WRKSRC}/freefont/Fontmap.bak |