summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2016-02-06 12:06:07 +0000
committerjaapb <jaapb@pkgsrc.org>2016-02-06 12:06:07 +0000
commitbed34ded2b6b8e2ed59d4234d7f6e90d8b98eb0b (patch)
tree478cb4483a6ce0d8c02b673ee344f1ac5238a232 /security
parent8981b6b8637a95c535039b99f48998099dc48023 (diff)
downloadpkgsrc-bed34ded2b6b8e2ed59d4234d7f6e90d8b98eb0b.tar.gz
Removed the automatic setting of PKGNAME to ocaml-${DISTNAME} from
ocaml.mk. It was becoming more trouble than it was worth: only a minority of packages used it, and it only made Makefiles more confusing. (I've left out some packages: these will be updated forthwith)
Diffstat (limited to 'security')
-rw-r--r--security/ocaml-cryptokit/Makefile3
-rw-r--r--security/ocaml-ssl/Makefile6
2 files changed, 3 insertions, 6 deletions
diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile
index 980a8c61201..f77949e9d0f 100644
--- a/security/ocaml-cryptokit/Makefile
+++ b/security/ocaml-cryptokit/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2015/08/07 11:20:32 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2016/02/06 12:10:34 jaapb Exp $
#
DISTNAME= cryptokit-1.9
+PKGNAME= ocaml-${DISTNAME}
PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1229/
diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile
index 871f733862c..1c184f18aed 100644
--- a/security/ocaml-ssl/Makefile
+++ b/security/ocaml-ssl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/02/03 12:48:38 jaapb Exp $
+# $NetBSD: Makefile,v 1.20 2016/02/06 12:10:34 jaapb Exp $
#
-PKGNAME= ${DISTNAME} # to avoid prefixing with ocaml-
DISTNAME= ocaml-ssl-0.5.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=savonet/}
@@ -11,9 +10,6 @@ HOMEPAGE= http://github.com/savonet/ocaml-ssl
COMMENT= SSL library for OCaml
LICENSE= gnu-lgpl-v2.1
-# ssl.cmo used before written
-MAKE_JOBS_SAFE= no
-
HAS_CONFIGURE= yes
USE_TOOLS+= autoconf gmake