diff options
author | obache <obache> | 2015-02-11 09:38:12 +0000 |
---|---|---|
committer | obache <obache> | 2015-02-11 09:38:12 +0000 |
commit | 6e77a404638851e467e87b019eb2700ac3eece9b (patch) | |
tree | 42bb399ac25f0453f080801b1d7b804296296c93 /emulators/suse131_libssh | |
parent | b05fb164902111d6d58b9b859dfc8f64aa7bfe5f (diff) | |
download | pkgsrc-6e77a404638851e467e87b019eb2700ac3eece9b.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/suse131_libssh')
-rw-r--r-- | emulators/suse131_libssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse131_libssh/Makefile b/emulators/suse131_libssh/Makefile index b430c5adfc4..74598259cb9 100644 --- a/emulators/suse131_libssh/Makefile +++ b/emulators/suse131_libssh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2014/09/07 12:26:44 obache Exp $ +# $NetBSD: Makefile,v 1.3 2015/02/11 09:38:18 obache Exp $ -PKGNAME= suse_libssh-${SUSE_VERSION} +DISTNAME= suse_libssh-${SUSE_VERSION} CATEGORIES= emulators RPMPKGS+= libssh2-1-1.4.3-7.1.2.${SUSE_ARCH} |