From 5f24e4c4a6bb39260eca680c9a0569d8d6ee41cb 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) --- lang/camlp5/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile index ceb6ddd5af7..3906a6d4a8e 100644 --- a/lang/camlp5/Makefile +++ b/lang/camlp5/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2015/08/07 11:19:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.24 2016/02/06 12:10:33 jaapb Exp $ # DISTNAME= camlp5-6.14 -PKGNAME= ${DISTNAME} # to avoid being called ocaml-camlp5 CATEGORIES= lang MASTER_SITES= http://camlp5.gforge.inria.fr/distrib/src/ EXTRACT_SUFX= .tgz -- cgit v1.2.3