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/suse100_libjpeg | |
parent | 775d7944e57df1e09bb159163dbc2fbe136428ef (diff) | |
download | pkgsrc-83a79b0df5af55372f3f23b5dee71ef0fd70b297.tar.gz |
define PKGNAME instead of fake DISTNAME.
Diffstat (limited to 'emulators/suse100_libjpeg')
-rw-r--r-- | emulators/suse100_libjpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse100_libjpeg/Makefile b/emulators/suse100_libjpeg/Makefile index 473496957f3..e31813482c2 100644 --- a/emulators/suse100_libjpeg/Makefile +++ b/emulators/suse100_libjpeg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2007/07/29 05:18:51 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2014/09/07 12:26:39 obache Exp $ -DISTNAME= suse_libjpeg-${SUSE_VERSION} +PKGNAME= suse_libjpeg-${SUSE_VERSION} PKGREVISION= 2 CATEGORIES= emulators DISTFILES= libjpeg-6.2.0-739.${SUSE_ARCH}.rpm |