diff options
author | obache <obache@pkgsrc.org> | 2014-09-07 12:26:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-09-07 12:26:39 +0000 |
commit | 83a79b0df5af55372f3f23b5dee71ef0fd70b297 (patch) | |
tree | f19c329132cfdad1b6fda66cdce8dec55df4bb2f /emulators/suse100_linux | |
parent | 775d7944e57df1e09bb159163dbc2fbe136428ef (diff) | |
download | pkgsrc-83a79b0df5af55372f3f23b5dee71ef0fd70b297.tar.gz |
define PKGNAME instead of fake DISTNAME.
Diffstat (limited to 'emulators/suse100_linux')
-rw-r--r-- | emulators/suse100_linux/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse100_linux/Makefile.common b/emulators/suse100_linux/Makefile.common index da6ba07e18f..e2edc1f5c47 100644 --- a/emulators/suse100_linux/Makefile.common +++ b/emulators/suse100_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2014/05/05 02:08:20 obache Exp $ +# $NetBSD: Makefile.common,v 1.25 2014/09/07 12:26:40 obache Exp $ SUSE_PKG= yes SUSE_VERSION= 10.0 @@ -57,7 +57,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/} LINUX_BASE= linux32 .else |