diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-05-02 12:11:14 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-05-02 12:11:14 +0000 |
commit | 030b90c0afc402789d7ce2b4ae2e06f5140c195b (patch) | |
tree | 4dde41fef22b219a59adae3b6d26dfdea2f5ed18 /ftp/ocaml-ocurl | |
parent | 4b17844afc1436ba2097ab599a32ef49458d34f9 (diff) | |
download | ports-030b90c0afc402789d7ce2b4ae2e06f5140c195b.tar.gz ports-030b90c0afc402789d7ce2b4ae2e06f5140c195b.zip |
Notes
Diffstat (limited to 'ftp/ocaml-ocurl')
-rw-r--r-- | ftp/ocaml-ocurl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile index 738aaeb207f5..a552b0afe471 100644 --- a/ftp/ocaml-ocurl/Makefile +++ b/ftp/ocaml-ocurl/Makefile @@ -5,7 +5,8 @@ PORTNAME= ocurl PORTVERSION= 0.7.2 PORTREVISION= 1 CATEGORIES= ftp -MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1463/ +MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1463/ \ + http://ygrek.org.ua/p/release/ocurl/ PKGNAMEPREFIX= ocaml- MAINTAINER= johans@FreeBSD.org |