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_qt4 | |
parent | 775d7944e57df1e09bb159163dbc2fbe136428ef (diff) | |
download | pkgsrc-83a79b0df5af55372f3f23b5dee71ef0fd70b297.tar.gz |
define PKGNAME instead of fake DISTNAME.
Diffstat (limited to 'emulators/suse131_qt4')
-rw-r--r-- | emulators/suse131_qt4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse131_qt4/Makefile b/emulators/suse131_qt4/Makefile index 20ee93c0ead..236bf95939d 100644 --- a/emulators/suse131_qt4/Makefile +++ b/emulators/suse131_qt4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 05:06:38 obache Exp $ +# $NetBSD: Makefile,v 1.3 2014/09/07 12:26:44 obache Exp $ -DISTNAME= suse_qt4-${SUSE_VERSION} +PKGNAME= suse_qt4-${SUSE_VERSION} PKGREVISION= 1 CATEGORIES= emulators RPMUPDPKGS+= libqt4-4.8.5-5.9.2.${SUSE_ARCH} |