aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/lohit
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-10-26 16:15:49 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-10-26 16:15:49 +0000
commit623012c977d24d6fe8d138c24f8e88fa6f0b792b (patch)
treea945abbaab91ee7cee9944e12396e037eeb20275 /x11-fonts/lohit
parent9d4687b4047c97ffc0885b807eb90b16848f5b93 (diff)
downloadports-623012c977d24d6fe8d138c24f8e88fa6f0b792b.tar.gz
ports-623012c977d24d6fe8d138c24f8e88fa6f0b792b.zip
Notes
Diffstat (limited to 'x11-fonts/lohit')
-rw-r--r--x11-fonts/lohit/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/x11-fonts/lohit/Makefile b/x11-fonts/lohit/Makefile
index 5c72c8e722f1..fb262a36e681 100644
--- a/x11-fonts/lohit/Makefile
+++ b/x11-fonts/lohit/Makefile
@@ -1,20 +1,22 @@
# $FreeBSD$
PORTNAME= Lohit
-PORTVERSION= 20140220
-PORTREVISION= 2
+DISTVERSION= 20140220
+PORTREVISION= 3
CATEGORIES= x11-fonts
MASTER_SITES= https://releases.pagure.org/lohit/
DISTNAME= lohit-ttf-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 0mp@FreeBSD.org
COMMENT= Lohit fonts
LICENSE= OFL11
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= fonts
+
+NO_ARCH= yes
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${DISTNAME:S,.orig,,:S,_,-,}
PLIST_FILES= ${FONTSDIR}/Lohit-Assamese.ttf \
${FONTSDIR}/Lohit-Bengali.ttf \
@@ -32,7 +34,7 @@ PLIST_FILES= ${FONTSDIR}/Lohit-Assamese.ttf \
SUB_FILES= pkg-message
do-install:
- ${MKDIR} ${STAGEDIR}${FONTSDIR}
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>