aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-05-17 18:54:41 +0800
committermiwi <miwi@FreeBSD.org>2014-05-17 18:54:41 +0800
commit7a034b51fa9a0f58018b5c38154537cc5930fc7e (patch)
tree5fb495fb2da9b01ce2c354ac21b4ff8e6de2d880 /textproc
parent677155fc4630166f4fed17f4f46f891180895f54 (diff)
downloadfreebsd-ports-gnome-7a034b51fa9a0f58018b5c38154537cc5930fc7e.tar.gz
freebsd-ports-gnome-7a034b51fa9a0f58018b5c38154537cc5930fc7e.tar.zst
freebsd-ports-gnome-7a034b51fa9a0f58018b5c38154537cc5930fc7e.zip
- Support USE_GITHUB
PR: 187744 Submitted by: Ports Fury
Diffstat (limited to 'textproc')
-rw-r--r--textproc/syck/Makefile14
1 files 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 <bsd.port.mk>