1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Clean up the Makefile

- FONTNAME is set to PORTNAME by default
- Silence MKDIR
This commit is contained in:
Mateusz Piotrowski 2019-10-23 11:48:04 +00:00
parent 7eb5bcc215
commit 4d832a1eb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515250

View File

@ -14,13 +14,12 @@ LICENSE= OFL11
USES= fonts zip
FONTNAME= ${PORTNAME}
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
@${MKDIR} ${STAGEDIR}${FONTSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} *.bdf *.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>