mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Take maintainership & clean up
- Set LICENSE_FILE and NO_ARCH - Remove unnecessary WRKSRC - Silence MKDIR - Switch to DISTVERSION while here
This commit is contained in:
parent
9d4687b404
commit
623012c977
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515712
1 changed files with 7 additions and 5 deletions
|
@ -1,20 +1,22 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Lohit
|
PORTNAME= Lohit
|
||||||
PORTVERSION= 20140220
|
DISTVERSION= 20140220
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= x11-fonts
|
CATEGORIES= x11-fonts
|
||||||
MASTER_SITES= https://releases.pagure.org/lohit/
|
MASTER_SITES= https://releases.pagure.org/lohit/
|
||||||
DISTNAME= lohit-ttf-${PORTVERSION}
|
DISTNAME= lohit-ttf-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= 0mp@FreeBSD.org
|
||||||
COMMENT= Lohit fonts
|
COMMENT= Lohit fonts
|
||||||
|
|
||||||
LICENSE= OFL11
|
LICENSE= OFL11
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||||
|
|
||||||
USES= fonts
|
USES= fonts
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME:S,.orig,,:S,_,-,}
|
|
||||||
|
|
||||||
PLIST_FILES= ${FONTSDIR}/Lohit-Assamese.ttf \
|
PLIST_FILES= ${FONTSDIR}/Lohit-Assamese.ttf \
|
||||||
${FONTSDIR}/Lohit-Bengali.ttf \
|
${FONTSDIR}/Lohit-Bengali.ttf \
|
||||||
|
@ -32,7 +34,7 @@ PLIST_FILES= ${FONTSDIR}/Lohit-Assamese.ttf \
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue