summaryrefslogtreecommitdiff
path: root/emulators/suse121_linux
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse121_linux')
-rw-r--r--emulators/suse121_linux/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse121_linux/Makefile.common b/emulators/suse121_linux/Makefile.common
index c08973e9050..3cc823c6d9d 100644
--- a/emulators/suse121_linux/Makefile.common
+++ b/emulators/suse121_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2012/10/03 12:55:19 asau Exp $
+# $NetBSD: Makefile.common,v 1.4 2014/09/07 12:26:41 obache Exp $
# used by emulators/suse113_base/Makefile
SUSE_PKG= yes
@@ -55,7 +55,7 @@ PATCHDIR= ${SUSE_PKGSRCDIR}/patches
PKGDIR= ${SUSE_PKGSRCDIR}
.if defined(SUSE_COMPAT32)
-PKGNAME:= ${DISTNAME:S/^suse_/suse32_/}
+PKGNAME:= ${PKGNAME:S/^suse_/suse32_/}
COMMENT:= ${COMMENT:S/Linux/Linux 32-bit/}
.if defined(CONFLICTS)
CONFLICTS:= ${CONFLICTS:S/^suse_/suse32_/}