From bed34ded2b6b8e2ed59d4234d7f6e90d8b98eb0b Mon Sep 17 00:00:00 2001 From: jaapb Date: Sat, 6 Feb 2016 12:06:07 +0000 Subject: 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) --- time/ocaml-calendar/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'time') diff --git a/time/ocaml-calendar/Makefile b/time/ocaml-calendar/Makefile index 2dcb9c53466..c9a7467242c 100644 --- a/time/ocaml-calendar/Makefile +++ b/time/ocaml-calendar/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/06/30 11:52:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2016/02/06 12:10:34 jaapb Exp $ # DISTNAME= calendar-2.04 +PKGNAME= ocaml-${DISTNAME} PKGREVISION= 1 CATEGORIES= time devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1481/ -- cgit v1.2.3