diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-02-06 12:06:07 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-02-06 12:06:07 +0000 |
commit | bed34ded2b6b8e2ed59d4234d7f6e90d8b98eb0b (patch) | |
tree | 478cb4483a6ce0d8c02b673ee344f1ac5238a232 /mk/ocaml.mk | |
parent | 8981b6b8637a95c535039b99f48998099dc48023 (diff) | |
download | pkgsrc-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 'mk/ocaml.mk')
-rw-r--r-- | mk/ocaml.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/ocaml.mk b/mk/ocaml.mk index 3a649b771c8..4aab02d081c 100644 --- a/mk/ocaml.mk +++ b/mk/ocaml.mk @@ -1,4 +1,4 @@ -# $NetBSD: ocaml.mk,v 1.4 2015/04/20 02:36:05 hiramatsu Exp $ +# $NetBSD: ocaml.mk,v 1.5 2016/02/06 12:10:34 jaapb Exp $ # # This Makefile fragment handles the common variables used by OCaml packages. # @@ -41,8 +41,6 @@ _DEF_VARS.ocaml= \ _SYS_VARS.ocaml= \ OCAML_SITELIBDIR -PKGNAME?= ocaml-${DISTNAME} - # Default value of OCAML_USE_FINDLIB OCAML_USE_FINDLIB?= no |