From cd99fa61a805c7ca18c64ef42e45df6a1c0d2913 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 17 May 2014 10:54:41 +0000 Subject: [PATCH] - Support USE_GITHUB PR: 187744 Submitted by: Ports Fury --- textproc/syck/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile index 081c3c70fde6..9f68e7cd6767 100644 --- a/textproc/syck/Makefile +++ b/textproc/syck/Makefile @@ -4,14 +4,20 @@ PORTNAME= syck PORTVERSION= 0.70 CATEGORIES= textproc devel -MASTER_SITES= http://cloud.github.com/downloads/indeyets/syck/ +MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org -COMMENT= A library for reading and writing YAML 1.0 +COMMENT= Library for reading and writing YAML 1.0 + +WRKSRC= ${WRKDIR}/${DISTNAME} + +USE_GITHUB= yes +GH_ACCOUNT= indeyets -GNU_CONFIGURE= yes USES= bison -CFLAGS+= -fPIC +GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +CFLAGS+= -fPIC + .include