diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-11-17 19:26:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-11-17 19:26:42 +0000 |
commit | e2f9c092a9eb0dcfd0ab07fcaae7063ef91fa055 (patch) | |
tree | aea25234a3aa69582542a4a4ae37a6936fe8b8f9 /fonts | |
parent | 8e0408df19e6538072cfe11ab03e8a3351433389 (diff) | |
download | pkgsrc-e2f9c092a9eb0dcfd0ab07fcaae7063ef91fa055.tar.gz |
Update to 20111115a
* tar ball includes license file
* Install license file, NOTICE
* Update MASTER_SITES
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/roboto-fonts/Makefile | 10 | ||||
-rw-r--r-- | fonts/roboto-fonts/PLIST | 3 | ||||
-rw-r--r-- | fonts/roboto-fonts/distinfo | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/fonts/roboto-fonts/Makefile b/fonts/roboto-fonts/Makefile index dbd0972d23c..545bc7e7fac 100644 --- a/fonts/roboto-fonts/Makefile +++ b/fonts/roboto-fonts/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/11/16 11:14:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2011/11/17 19:26:42 ryoon Exp $ # -DISTNAME= roboto-fonts-20111115 +DISTNAME= roboto-fonts-20111115a CATEGORIES= fonts -MASTER_SITES= http://ryo-on.users.sourceforge.net/distrib/ +MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 MAINTAINER= ryoon@NetBSD.org @@ -20,7 +20,8 @@ NO_BUILD= yes FONTDIR= ${PREFIX}/lib/X11/fonts/TTF FONTS_DIRS.ttf= ${FONTDIR} -INSTALLATION_DIRS= lib/X11/fonts/TTF +INSTALLATION_DIRS= lib/X11/fonts/TTF \ + ${PREFIX}/share/doc/${PKGBASE} INSTALL_FONTS= Roboto-Bold.ttf \ Roboto-BoldCondensed.ttf \ @@ -35,5 +36,6 @@ do-install: .for i in ${INSTALL_FONTS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${FONTDIR} .endfor + ${INSTALL_DATA} ${WRKSRC}/NOTICE ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} .include "../../mk/bsd.pkg.mk" diff --git a/fonts/roboto-fonts/PLIST b/fonts/roboto-fonts/PLIST index 75a24721adc..e81d4a41fa4 100644 --- a/fonts/roboto-fonts/PLIST +++ b/fonts/roboto-fonts/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/11/16 11:14:10 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/11/17 19:26:42 ryoon Exp $ lib/X11/fonts/TTF/Roboto-Bold.ttf lib/X11/fonts/TTF/Roboto-BoldCondensed.ttf lib/X11/fonts/TTF/Roboto-BoldCondensedItalic.ttf @@ -7,3 +7,4 @@ lib/X11/fonts/TTF/Roboto-Condensed.ttf lib/X11/fonts/TTF/Roboto-CondensedItalic.ttf lib/X11/fonts/TTF/Roboto-Italic.ttf lib/X11/fonts/TTF/Roboto-Regular.ttf +share/doc/roboto-fonts/NOTICE diff --git a/fonts/roboto-fonts/distinfo b/fonts/roboto-fonts/distinfo index 4723d6124f6..6edc70a9e71 100644 --- a/fonts/roboto-fonts/distinfo +++ b/fonts/roboto-fonts/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/11/16 11:14:10 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2011/11/17 19:26:42 ryoon Exp $ -SHA1 (roboto-fonts-20111115.tar.bz2) = 4dd989bf9498ce8b499b7e7da12cb5c5a2f51890 -RMD160 (roboto-fonts-20111115.tar.bz2) = 804f0d34c2134e7bc86792abcbfc1268b94372aa -Size (roboto-fonts-20111115.tar.bz2) = 283138 bytes +SHA1 (roboto-fonts-20111115a.tar.bz2) = 155d5683b966aafa864a8357ced1b8aa7e72811e +RMD160 (roboto-fonts-20111115a.tar.bz2) = 4e9bc2f452f082d673d077b4fa29aa6d7a9e72da +Size (roboto-fonts-20111115a.tar.bz2) = 287416 bytes |