diff options
author | swills <swills@FreeBSD.org> | 2012-10-03 22:41:50 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-10-03 22:41:50 +0800 |
commit | 916176a4b4d7044c8ed92ea824fe247a9c652c4c (patch) | |
tree | c4fe7099a7df98d651e019ab09ac97149ba9f3a5 /x11-fonts | |
parent | 2892d24bbf7cde8edd0632c00a3d1c9fb3ac60ea (diff) | |
download | freebsd-ports-gnome-916176a4b4d7044c8ed92ea824fe247a9c652c4c.tar.gz freebsd-ports-gnome-916176a4b4d7044c8ed92ea824fe247a9c652c4c.tar.zst freebsd-ports-gnome-916176a4b4d7044c8ed92ea824fe247a9c652c4c.zip |
- Update to 1.010
PR: ports/172296
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/sourcecodepro-ttf/Makefile | 8 | ||||
-rw-r--r-- | x11-fonts/sourcecodepro-ttf/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-fonts/sourcecodepro-ttf/Makefile b/x11-fonts/sourcecodepro-ttf/Makefile index feec8d7b8277..17a72efabeea 100644 --- a/x11-fonts/sourcecodepro-ttf/Makefile +++ b/x11-fonts/sourcecodepro-ttf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sourcecodepro-ttf -PORTVERSION= 1.009 +PORTVERSION= 1.010 CATEGORIES= x11-fonts MASTER_SITES= SF/sourcecodepro.adobe DISTNAME= SourceCodePro_FontsOnly-${PORTVERSION} @@ -35,12 +35,12 @@ MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir do-build: - cd ${WRKSRC}/ && ${MKFONTSCL_CMD} - cd ${WRKSRC}/ && ${MKFONTDIR_CMD} + cd ${WRKSRC}/TTF/ && ${MKFONTSCL_CMD} + cd ${WRKSRC}/TTF/ && ${MKFONTDIR_CMD} do-install: ${MKDIR} ${FONTDIR} - cd ${WRKSRC}/ && \ + cd ${WRKSRC}/TTF/ && \ ${INSTALL_DATA} ${INSTDAT} *.ttf ${FONTDIR} post-install: diff --git a/x11-fonts/sourcecodepro-ttf/distinfo b/x11-fonts/sourcecodepro-ttf/distinfo index e766e337efdc..b94153964cf5 100644 --- a/x11-fonts/sourcecodepro-ttf/distinfo +++ b/x11-fonts/sourcecodepro-ttf/distinfo @@ -1,2 +1,2 @@ -SHA256 (SourceCodePro_FontsOnly-1.009.zip) = 8681e3a1b0c32e7c32b03d883a429cd460f4bded8953d67d6e32f499ba3c135c -SIZE (SourceCodePro_FontsOnly-1.009.zip) = 613755 +SHA256 (SourceCodePro_FontsOnly-1.010.zip) = 1d839a89a0910eb44f6e4512d68e020e191bec789f698674607d346559e589e9 +SIZE (SourceCodePro_FontsOnly-1.010.zip) = 614267 |