summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2006-07-28 22:57:38 +0000
committerkristerw <kristerw@pkgsrc.org>2006-07-28 22:57:38 +0000
commitec264dd3434f7ef16c78daf22eb4c276d2e92258 (patch)
treefd9ae64a19730051c89585812ee4f77963f92403 /emulators
parenta0b3f531bd4f01265e6503414ccf3cc67318763c (diff)
downloadpkgsrc-ec264dd3434f7ef16c78daf22eb4c276d2e92258.tar.gz
Set SUSE_DIR_PREFIX to suse100, to prevent errors from includes of the
form "../../emulators/${SUSE_DIR_PREFIX}_foo" before pkgsrc can print a message that the package is not avaiable.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse_linux/unavailable.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_linux/unavailable.mk b/emulators/suse_linux/unavailable.mk
index 7958851832d..3bf272f3610 100644
--- a/emulators/suse_linux/unavailable.mk
+++ b/emulators/suse_linux/unavailable.mk
@@ -1,4 +1,4 @@
-# $NetBSD: unavailable.mk,v 1.1 2006/06/26 17:53:04 salo Exp $
+# $NetBSD: unavailable.mk,v 1.2 2006/07/28 22:57:38 kristerw Exp $
.ifndef SUSE_UNAVAILABLE_MK
SUSE_UNAVAILABLE_MK=1
@@ -7,7 +7,7 @@ SUSE_UNAVAILABLE_MK=1
# works correctly on all machines. This speeds up the marking of all
# COMPAT_LINUX packages as not available.
#
-SUSE_DIR_PREFIX= suse
+SUSE_DIR_PREFIX= suse100
SUSE_VERSION= 0
PKG_SKIP_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}"