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/suse131_dbus-glib | |
parent | 775d7944e57df1e09bb159163dbc2fbe136428ef (diff) | |
download | pkgsrc-83a79b0df5af55372f3f23b5dee71ef0fd70b297.tar.gz |
define PKGNAME instead of fake DISTNAME.
Diffstat (limited to 'emulators/suse131_dbus-glib')
-rw-r--r-- | emulators/suse131_dbus-glib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/suse131_dbus-glib/Makefile b/emulators/suse131_dbus-glib/Makefile index be1f395bb5d..a5a68777edc 100644 --- a/emulators/suse131_dbus-glib/Makefile +++ b/emulators/suse131_dbus-glib/Makefile @@ -1,6 +1,6 @@ # $NetBSD -DISTNAME= suse_dbus-glib-${SUSE_VERSION} +PKGNAME= suse_dbus-glib-${SUSE_VERSION} CATEGORIES= emulators RPMPKGS+= dbus-1-glib-0.100.2-2.1.3.${SUSE_ARCH} |