diff options
author | obache <obache> | 2014-09-07 12:26:39 +0000 |
---|---|---|
committer | obache <obache> | 2014-09-07 12:26:39 +0000 |
commit | 0d1a9fe27fa363c558ca73efd25c8172597b510b (patch) | |
tree | f19c329132cfdad1b6fda66cdce8dec55df4bb2f /emulators/suse131_expat | |
parent | aa21efcae0f9d3bd479d8380be072eae79bbee45 (diff) | |
download | pkgsrc-0d1a9fe27fa363c558ca73efd25c8172597b510b.tar.gz |
define PKGNAME instead of fake DISTNAME.
Diffstat (limited to 'emulators/suse131_expat')
-rw-r--r-- | emulators/suse131_expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse131_expat/Makefile b/emulators/suse131_expat/Makefile index 80ac15ca0de..4532d12f6ec 100644 --- a/emulators/suse131_expat/Makefile +++ b/emulators/suse131_expat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2013/12/05 11:42:15 obache Exp $ +# $NetBSD: Makefile,v 1.2 2014/09/07 12:26:42 obache Exp $ -DISTNAME= suse_expat-${SUSE_VERSION} +PKGNAME= suse_expat-${SUSE_VERSION} CATEGORIES= emulators RPMPKGS+= libexpat1-2.1.0-12.1.2.${SUSE_ARCH} |