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/suse100_x11 | |
parent | aa21efcae0f9d3bd479d8380be072eae79bbee45 (diff) | |
download | pkgsrc-0d1a9fe27fa363c558ca73efd25c8172597b510b.tar.gz |
define PKGNAME instead of fake DISTNAME.
Diffstat (limited to 'emulators/suse100_x11')
-rw-r--r-- | emulators/suse100_x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse100_x11/Makefile b/emulators/suse100_x11/Makefile index 2b23af6802e..8e2145c4f91 100644 --- a/emulators/suse100_x11/Makefile +++ b/emulators/suse100_x11/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2008/09/03 09:42:45 obache Exp $ +# $NetBSD: Makefile,v 1.8 2014/09/07 12:26:40 obache Exp $ -DISTNAME= suse_x11-${SUSE_VERSION} +PKGNAME= suse_x11-${SUSE_VERSION} PKGREVISION= 4 CATEGORIES= emulators DISTFILES= xorg-x11-libs-6.8.2-100.13.${SUSE_ARCH}.rpm |