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 | da0672f5488da0619100a3b932dfff14212a03f1 (patch) | |
tree | f19c329132cfdad1b6fda66cdce8dec55df4bb2f /emulators/suse100_alsa | |
parent | ac2888e0ba5f1ad1168eb92198eec1fcc32539c5 (diff) | |
download | pkgsrc-da0672f5488da0619100a3b932dfff14212a03f1.tar.gz |
define PKGNAME instead of fake DISTNAME.
Diffstat (limited to 'emulators/suse100_alsa')
-rw-r--r-- | emulators/suse100_alsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse100_alsa/Makefile b/emulators/suse100_alsa/Makefile index 4f59497fa35..72df387d2b9 100644 --- a/emulators/suse100_alsa/Makefile +++ b/emulators/suse100_alsa/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 22:54:44 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/09/07 12:26:39 obache Exp $ -DISTNAME= suse_alsa-${SUSE_VERSION} +PKGNAME= suse_alsa-${SUSE_VERSION} CATEGORIES= emulators DISTFILES= alsa-1.0.9-23.2.${SUSE_ARCH}.rpm |