summaryrefslogtreecommitdiff
path: root/emulators/suse121_linux/Makefile.common
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-02-16 10:15:43 +0000
committerjperkin <jperkin>2015-02-16 10:15:43 +0000
commit400411d9543a91ff435e69eaf89ac286e74fe61e (patch)
treeb8d9dfc65b5716915b1afac0db87a8b35a446251 /emulators/suse121_linux/Makefile.common
parent907d864be43c91e230d2523fe4844b3a7aa5c2e1 (diff)
downloadpkgsrc-400411d9543a91ff435e69eaf89ac286e74fe61e.tar.gz
Put back PKGNAME definitions.
Diffstat (limited to 'emulators/suse121_linux/Makefile.common')
-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 d4b0f8a4401..a06f5534c94 100644
--- a/emulators/suse121_linux/Makefile.common
+++ b/emulators/suse121_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2015/02/11 09:38:15 obache Exp $
+# $NetBSD: Makefile.common,v 1.8 2015/02/16 10:15:46 jperkin 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:= ${DISTNAME:S/^suse_/suse32_/}
+PKGNAME:= ${PKGNAME:S/^suse_/suse32_/}
COMMENT:= ${COMMENT:S/Linux/Linux 32-bit/}
.if defined(CONFLICTS)
CONFLICTS:= ${CONFLICTS:S/^suse_/suse32_/}