diff options
Diffstat (limited to 'textproc/syck/Makefile')
-rw-r--r-- | textproc/syck/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile index fb24114ce417..9ce2d8945013 100644 --- a/textproc/syck/Makefile +++ b/textproc/syck/Makefile @@ -8,13 +8,12 @@ PORTNAME= syck PORTVERSION= 0.55 CATEGORIES= textproc devel -MASTER_SITES= http://rubyforge.org/frs/download.php/4492/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dd@FreeBSD.org COMMENT= Syck is an extension for reading and writing YAML swiftly -BROKEN= fails to fetch - GNU_CONFIGURE= yes USE_BISON= yes CFLAGS+= -fPIC |