summaryrefslogtreecommitdiff
path: root/x11-fonts/fifteen/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-10-23 11:48:04 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-10-23 11:48:04 +0000
commit4d832a1eb4fe1838fbe9300b0faa915cc94ebc50 (patch)
treef75bd6af493349032356cd99d67f384780420e1a /x11-fonts/fifteen/Makefile
parentbenchmarks/stress-ng: Update to 0.10.08 (diff)
Clean up the Makefile
- FONTNAME is set to PORTNAME by default - Silence MKDIR
Notes
Notes: svn path=/head/; revision=515250
Diffstat (limited to 'x11-fonts/fifteen/Makefile')
-rw-r--r--x11-fonts/fifteen/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fonts/fifteen/Makefile b/x11-fonts/fifteen/Makefile
index 809086a0102d..59500cc73a1e 100644
--- a/x11-fonts/fifteen/Makefile
+++ b/x11-fonts/fifteen/Makefile
@@ -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>