diff options
author | jaapb <jaapb> | 2016-02-06 12:06:07 +0000 |
---|---|---|
committer | jaapb <jaapb> | 2016-02-06 12:06:07 +0000 |
commit | fd3489487f7ba43d8e174cb58d2d2feeb939b15a (patch) | |
tree | 478cb4483a6ce0d8c02b673ee344f1ac5238a232 /devel/ocamlgraph | |
parent | 36cbb5b7b36bf113dd6f4b843ef9a0d33eab359f (diff) | |
download | pkgsrc-fd3489487f7ba43d8e174cb58d2d2feeb939b15a.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 'devel/ocamlgraph')
-rw-r--r-- | devel/ocamlgraph/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ocamlgraph/Makefile b/devel/ocamlgraph/Makefile index 3241b23b134..d3c4a92278f 100644 --- a/devel/ocamlgraph/Makefile +++ b/devel/ocamlgraph/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2015/10/10 01:58:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2016/02/06 12:10:33 jaapb Exp $ DISTNAME= ocamlgraph-1.8.5 -PKGNAME= ${DISTNAME} # avoid prefixing with ocaml- PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= http://ocamlgraph.lri.fr/download/ |