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/suse121_libxml2 | |
parent | 775d7944e57df1e09bb159163dbc2fbe136428ef (diff) | |
download | pkgsrc-83a79b0df5af55372f3f23b5dee71ef0fd70b297.tar.gz |
define PKGNAME instead of fake DISTNAME.
Diffstat (limited to 'emulators/suse121_libxml2')
-rw-r--r-- | emulators/suse121_libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse121_libxml2/Makefile b/emulators/suse121_libxml2/Makefile index 7ae4ae1be31..6142f3d5d65 100644 --- a/emulators/suse121_libxml2/Makefile +++ b/emulators/suse121_libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2013/05/02 09:15:07 obache Exp $ +# $NetBSD: Makefile,v 1.8 2014/09/07 12:26:41 obache Exp $ -DISTNAME= suse_libxml2-${SUSE_VERSION} +PKGNAME= suse_libxml2-${SUSE_VERSION} PKGREVISION= 6 CATEGORIES= emulators RPMUPDPKGS+= libxml2-2.7.8+git20110708-3.24.1.${SUSE_ARCH} |