summaryrefslogtreecommitdiff
path: root/emulators/compat14
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-30 16:54:06 +0000
committerjlam <jlam>2007-08-30 16:54:06 +0000
commit39d8a607c491ff1807d30663b8906e805343952b (patch)
tree2f73adffa6faf80646711380bf46ba6f36e3bfca /emulators/compat14
parent51251ab92b6ca3f79d730ee004cbdf42dc8daa4a (diff)
downloadpkgsrc-39d8a607c491ff1807d30663b8906e805343952b.tar.gz
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.
Diffstat (limited to 'emulators/compat14')
-rw-r--r--emulators/compat14/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile
index 444ba0c931b..db17ecf8a63 100644
--- a/emulators/compat14/Makefile
+++ b/emulators/compat14/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2007/08/21 22:49:08 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2007/08/30 16:54:07 jlam Exp $
-DISTNAME= compat14 # overridden below
+COMPAT_PKG= compat14 # for compat_netbsd/Makefile.common
NETBSD_VERSION= 1.4
PKGREVISION= 2