diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-10 22:49:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-10 22:49:59 +0800 |
commit | 0e53c6f865ba22c7e508361dc45375638a35af9e (patch) | |
tree | 53d0cf98ae7b886fb8cdcaeea6c03b073f398dec /x11-fonts | |
parent | 76279f859102182483dc884ab08d85e5d006a0ad (diff) | |
download | freebsd-ports-gnome-0e53c6f865ba22c7e508361dc45375638a35af9e.tar.gz freebsd-ports-gnome-0e53c6f865ba22c7e508361dc45375638a35af9e.tar.zst freebsd-ports-gnome-0e53c6f865ba22c7e508361dc45375638a35af9e.zip |
- Add LICENSE_FILE
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/roboto-fonts-ttf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fonts/roboto-fonts-ttf/Makefile b/x11-fonts/roboto-fonts-ttf/Makefile index 20d91d5a271a..684d91593b00 100644 --- a/x11-fonts/roboto-fonts-ttf/Makefile +++ b/x11-fonts/roboto-fonts-ttf/Makefile @@ -13,9 +13,11 @@ MAINTAINER= winston@ml1.net COMMENT= The Roboto typeface family LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/Roboto/LICENSE.txt USES= fonts zip:infozip WRKSRC= ${WRKDIR}/Roboto_v${PORTVERSION} +NO_ARCH= yes SUB_FILES= pkg-message |