diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-02-16 10:15:43 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-02-16 10:15:43 +0000 |
commit | afb4ec50f89206ee4ab1ca897a36aaab0ec94e82 (patch) | |
tree | b8d9dfc65b5716915b1afac0db87a8b35a446251 /emulators/suse121_linux | |
parent | 7bd9b777977cc0d7108a5a8176b205187f19e309 (diff) | |
download | pkgsrc-afb4ec50f89206ee4ab1ca897a36aaab0ec94e82.tar.gz |
Put back PKGNAME definitions.
Diffstat (limited to 'emulators/suse121_linux')
-rw-r--r-- | emulators/suse121_linux/Makefile.common | 4 |
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_/} |