From 39d8a607c491ff1807d30663b8906e805343952b Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 30 Aug 2007 16:54:06 +0000 Subject: Don't rely on differences in the value of DISTNAME that rely on "immediate" versus "lazy" evaluation of the value. Just explicitly define a variable (COMPAT_PKG) that holds the value that's needed in each of the compat* packages, and use it within Makefile.common. This was an attempt to solve PR pkg/36863, but it doesn't look like pkglint or lintpkgsrc understand this more straightforward variable construction either. --- emulators/compat12/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/compat12') diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index b495acb9c95..9bf86145553 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2007/08/21 22:49:04 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2007/08/30 16:54:06 jlam Exp $ -DISTNAME= compat12 # overridden below +COMPAT_PKG= compat12 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.2 PKGREVISION= 1 -- cgit v1.2.3