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/suse131_linux | |
parent | 7bd9b777977cc0d7108a5a8176b205187f19e309 (diff) | |
download | pkgsrc-afb4ec50f89206ee4ab1ca897a36aaab0ec94e82.tar.gz |
Put back PKGNAME definitions.
Diffstat (limited to 'emulators/suse131_linux')
-rw-r--r-- | emulators/suse131_linux/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common index f89c8fac81d..9cc7636c394 100644 --- a/emulators/suse131_linux/Makefile.common +++ b/emulators/suse131_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2015/02/11 09:38:18 obache Exp $ +# $NetBSD: Makefile.common,v 1.8 2015/02/16 10:15:49 jperkin Exp $ # # used by emulators/suse131_alsa/Makefile # used by emulators/suse131_aspell/Makefile @@ -97,7 +97,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_/} |