diff options
author | wiz <wiz> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-27 18:41:11 +0000 |
commit | 6dcb35cc4540606da433fd60c2ea8deb67cc736b (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /databases | |
parent | 587ecbda8742a25d25c7ec0cfc408d48a2e08aaf (diff) | |
download | pkgsrc-6dcb35cc4540606da433fd60c2ea8deb67cc736b.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ocaml-sqlite3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile index 595114d3b1e..351037bc8fa 100644 --- a/databases/ocaml-sqlite3/Makefile +++ b/databases/ocaml-sqlite3/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/11/01 11:30:21 jaapb Exp $ -# +# $NetBSD: Makefile,v 1.11 2014/01/27 18:41:11 wiz Exp $ PKGNAME= ocaml-sqlite3-${VERSION} DISTNAME= sqlite3-ocaml-${VERSION} @@ -7,7 +6,6 @@ VERSION= 2.0.4 PKGREVISION= 2 CATEGORIES= databases MASTER_SITES= https://bitbucket.org/mmottl/sqlite3-ocaml/downloads/ -FETCH_USING= curl MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://bitbucket.org/mmottl/sqlite3-ocaml/ |