summaryrefslogtreecommitdiff
path: root/emulators/compat20
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-30 16:54:06 +0000
committerjlam <jlam>2007-08-30 16:54:06 +0000
commit9dc2be2b02385322d8875b07b267789c63e900b1 (patch)
tree2f73adffa6faf80646711380bf46ba6f36e3bfca /emulators/compat20
parentbf1223b24cd4256be317537c7a3e004ff347f075 (diff)
downloadpkgsrc-9dc2be2b02385322d8875b07b267789c63e900b1.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/compat20')
-rw-r--r--emulators/compat20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat20/Makefile b/emulators/compat20/Makefile
index f10c98e2cb3..b74fe5e1314 100644
--- a/emulators/compat20/Makefile
+++ b/emulators/compat20/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2007/08/21 22:49:18 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/30 16:54:08 jlam Exp $
-DISTNAME= compat20 # overridden below
+COMPAT_PKG= compat20 # for compat_netbsd/Makefile.common
NETBSD_VERSION= 2.0
HOMEPAGE= http://www.NetBSD.org/Releases/formal-2.0/index.html