diff options
author | obache <obache@pkgsrc.org> | 2015-02-11 09:38:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-02-11 09:38:12 +0000 |
commit | 83560c1fb6216529aef447d37c684740b985d365 (patch) | |
tree | 42bb399ac25f0453f080801b1d7b804296296c93 /emulators/suse100_resmgr | |
parent | 164d7855962bf8fc0a0ab5e007310dcfff30de67 (diff) | |
download | pkgsrc-83560c1fb6216529aef447d37c684740b985d365.tar.gz |
Revert
define PKGNAME instead of fake DISTNAME
PKGNAME is unstable variable in current pkgsrc framework, so packages must not
rely on it.
Diffstat (limited to 'emulators/suse100_resmgr')
-rw-r--r-- | emulators/suse100_resmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse100_resmgr/Makefile b/emulators/suse100_resmgr/Makefile index e9e190afccd..8f35c6117ca 100644 --- a/emulators/suse100_resmgr/Makefile +++ b/emulators/suse100_resmgr/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/09/07 12:26:40 obache Exp $ +# $NetBSD: Makefile,v 1.4 2015/02/11 09:38:14 obache Exp $ -PKGNAME= suse_resmgr-${SUSE_VERSION} +DISTNAME= suse_resmgr-${SUSE_VERSION} PKGREVISION= 1 CATEGORIES= emulators DISTFILES= resmgr-0.9.8_SVNr57-2.3.${SUSE_ARCH}.rpm |