diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-22 10:25:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-22 10:25:20 +0000 |
commit | 013168e4fceb75ae8edcd9f014395c413d465840 (patch) | |
tree | 3ad1d349a3c3394771c7011edd2511ba88e1027c | |
parent | bf5f425d14645855e5ab79d7dde6974ad7690d2e (diff) |
Fix previous commit.
Pointy hat: gabor
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=465284
-rw-r--r-- | x11-fonts/lohit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/lohit/Makefile b/x11-fonts/lohit/Makefile index 10a58d865090..9512d18cdbe0 100644 --- a/x11-fonts/lohit/Makefile +++ b/x11-fonts/lohit/Makefile @@ -2,6 +2,7 @@ PORTNAME= Lohit PORTVERSION= 20140220 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= https://releases.pagure.org/lohit/ DISTNAME= lohit-ttf-${PORTVERSION} @@ -22,7 +23,6 @@ PLIST_FILES= ${FONTSDIR}/Lohit-Assamese.ttf \ ${FONTSDIR}/Lohit-Kannada.ttf \ ${FONTSDIR}/Lohit-Malayalam.ttf \ ${FONTSDIR}/Lohit-Marathi.ttf \ -# ${FONTSDIR}/Lohit-Nepali.ttf \ ${FONTSDIR}/Lohit-Oriya.ttf \ ${FONTSDIR}/Lohit-Punjabi.ttf \ ${FONTSDIR}/Lohit-Tamil-Classical.ttf \ |