summaryrefslogtreecommitdiff
path: root/emulators/suse121_linux
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2015-02-11 09:38:12 +0000
committerobache <obache@pkgsrc.org>2015-02-11 09:38:12 +0000
commit83560c1fb6216529aef447d37c684740b985d365 (patch)
tree42bb399ac25f0453f080801b1d7b804296296c93 /emulators/suse121_linux
parent164d7855962bf8fc0a0ab5e007310dcfff30de67 (diff)
downloadpkgsrc-83560c1fb6216529aef447d37c684740b985d365.tar.gz
Revert
define PKGNAME instead of fake DISTNAME PKGNAME is unstable variable in current pkgsrc framework, so packages must not rely on it.
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 0ea07d345d0..d4b0f8a4401 100644
--- a/emulators/suse121_linux/Makefile.common
+++ b/emulators/suse121_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2014/12/04 22:06:03 rodent Exp $
+# $NetBSD: Makefile.common,v 1.7 2015/02/11 09:38:15 obache Exp $
#
# used by emulators/suse121_alsa/Makefile
# used by emulators/suse121_alsa/Makefile
@@ -108,7 +108,7 @@ PATCHDIR= ${SUSE_PKGSRCDIR}/patches
PKGDIR= ${SUSE_PKGSRCDIR}
.if defined(SUSE_COMPAT32)
-PKGNAME:= ${PKGNAME:S/^suse_/suse32_/}
+PKGNAME:= ${DISTNAME:S/^suse_/suse32_/}
COMMENT:= ${COMMENT:S/Linux/Linux 32-bit/}
.if defined(CONFLICTS)
CONFLICTS:= ${CONFLICTS:S/^suse_/suse32_/}