Skip to content

Commit

Permalink
x11-fonts/urwfonts: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Jul 22, 2016
1 parent 87e8533 commit d0a8f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11-fonts/urwfonts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
.for FILE in Fontmap
${INSTALL_DATA} ${WRKSRC}/$(FILE) ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${FONTSDIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/*.pfb ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.afm ${STAGEDIR}${FONTSDIR}
Expand Down

0 comments on commit d0a8f47

Please sign in to comment.