mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Remove LICENSE_FILE for well-known licenses
- Cosmetic change
This commit is contained in:
parent
3ac8d68957
commit
cb1f063aed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345812
1 changed files with 4 additions and 6 deletions
|
@ -10,10 +10,9 @@ MAINTAINER= sunpoet@FreeBSD.org
|
|||
COMMENT= The Droid typeface family
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/NOTICE
|
||||
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
||||
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
||||
${LOCALBASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
|
@ -24,9 +23,8 @@ SUB_FILES= pkg-message
|
|||
SUB_LIST= FONTDIR=${FONTDIR}
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC}/ && \
|
||||
${LOCALBASE}/bin/mkfontscale && \
|
||||
${LOCALBASE}/bin/mkfontdir
|
||||
@cd ${WRKSRC}/ && ${LOCALBASE}/bin/mkfontscale
|
||||
@cd ${WRKSRC}/ && ${LOCALBASE}/bin/mkfontdir
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR}/
|
||||
|
|
Loading…
Add table
Reference in a new issue