summaryrefslogtreecommitdiff
path: root/emulators/suse131_linux
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-09-07 12:26:39 +0000
committerobache <obache@pkgsrc.org>2014-09-07 12:26:39 +0000
commit83a79b0df5af55372f3f23b5dee71ef0fd70b297 (patch)
treef19c329132cfdad1b6fda66cdce8dec55df4bb2f /emulators/suse131_linux
parent775d7944e57df1e09bb159163dbc2fbe136428ef (diff)
downloadpkgsrc-83a79b0df5af55372f3f23b5dee71ef0fd70b297.tar.gz
define PKGNAME instead of fake DISTNAME.
Diffstat (limited to 'emulators/suse131_linux')
-rw-r--r--emulators/suse131_linux/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common
index b9a4c43a50a..1efaa2d32c8 100644
--- a/emulators/suse131_linux/Makefile.common
+++ b/emulators/suse131_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2014/04/17 00:08:34 wiz Exp $
+# $NetBSD: Makefile.common,v 1.5 2014/09/07 12:26:44 obache Exp $
# used by emulators/suse131_alsa/Makefile
# used by emulators/suse131_aspell/Makefile
# used by emulators/suse131_base/Makefile
@@ -95,7 +95,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_/}