View | Details | Raw Unified | Return to bug 172296
Collapse All | Expand All

(-)/usr/ports/x11-fonts/sourcecodepro-ttf/Makefile (-4 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD: ports/x11-fonts/sourcecodepro-ttf/Makefile,v 1.1 2012/09/26 00:18:06 swills Exp $
2
# $FreeBSD: ports/x11-fonts/sourcecodepro-ttf/Makefile,v 1.1 2012/09/26 00:18:06 swills Exp $
3
3
4
PORTNAME=	sourcecodepro-ttf
4
PORTNAME=	sourcecodepro-ttf
5
PORTVERSION=	1.009
5
PORTVERSION=	1.010
6
CATEGORIES=	x11-fonts
6
CATEGORIES=	x11-fonts
7
MASTER_SITES=	SF/sourcecodepro.adobe
7
MASTER_SITES=	SF/sourcecodepro.adobe
8
DISTNAME=	SourceCodePro_FontsOnly-${PORTVERSION}
8
DISTNAME=	SourceCodePro_FontsOnly-${PORTVERSION}
Lines 35-46 Link Here
35
MKFONTDIR_CMD=	${LOCALBASE}/bin/mkfontdir
35
MKFONTDIR_CMD=	${LOCALBASE}/bin/mkfontdir
36
36
37
do-build:
37
do-build:
38
	cd ${WRKSRC}/ && ${MKFONTSCL_CMD}
38
	cd ${WRKSRC}/TTF/ && ${MKFONTSCL_CMD}
39
	cd ${WRKSRC}/ && ${MKFONTDIR_CMD}
39
	cd ${WRKSRC}/TTF/ && ${MKFONTDIR_CMD}
40
40
41
do-install:
41
do-install:
42
	${MKDIR} ${FONTDIR}
42
	${MKDIR} ${FONTDIR}
43
	cd ${WRKSRC}/ &&	\
43
	cd ${WRKSRC}/TTF/ &&	\
44
	${INSTALL_DATA} ${INSTDAT} *.ttf ${FONTDIR}
44
	${INSTALL_DATA} ${INSTDAT} *.ttf ${FONTDIR}
45
45
46
post-install:
46
post-install:
(-)/usr/ports/x11-fonts/sourcecodepro-ttf/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (SourceCodePro_FontsOnly-1.009.zip) = 8681e3a1b0c32e7c32b03d883a429cd460f4bded8953d67d6e32f499ba3c135c
1
SHA256 (SourceCodePro_FontsOnly-1.010.zip) = 1d839a89a0910eb44f6e4512d68e020e191bec789f698674607d346559e589e9
2
SIZE (SourceCodePro_FontsOnly-1.009.zip) = 613755
2
SIZE (SourceCodePro_FontsOnly-1.010.zip) = 614267

Return to bug 172296