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 /x11 | |
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 'x11')
-rw-r--r-- | x11/ocaml-lablgtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/ocaml-lablgtk/Makefile b/x11/ocaml-lablgtk/Makefile index 854d9494c35..20b8ab764c6 100644 --- a/x11/ocaml-lablgtk/Makefile +++ b/x11/ocaml-lablgtk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2015/12/29 04:54:40 dholland Exp $ +# $NetBSD: Makefile,v 1.11 2016/02/06 12:10:34 jaapb Exp $ DISTNAME= lablgtk-2.18.3 +PKGNAME= ocaml-${DISTNAME} PKGREVISION= 6 CATEGORIES= x11 MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1479/ |