diff options
author | obache <obache@pkgsrc.org> | 2012-10-07 12:31:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-10-07 12:31:13 +0000 |
commit | ad19f0653c645c14418ed392034b8c8b3b4d643f (patch) | |
tree | eee3ceb0840be098364a3594adc4b2a83356c9e2 /security | |
parent | ff1a2d649dbf334bc1ee0f39009dcdf58c8e8546 (diff) | |
download | pkgsrc-ad19f0653c645c14418ed392034b8c8b3b4d643f.tar.gz |
PKGNAME_NOREV must be used for DISTNAME.
fixes PR pkg/47043.
Diffstat (limited to 'security')
-rw-r--r-- | security/qoauth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/qoauth/Makefile b/security/qoauth/Makefile index ed903f6181a..b0dac244f76 100644 --- a/security/qoauth/Makefile +++ b/security/qoauth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2012/10/02 17:11:55 tron Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/07 12:31:13 obache Exp $ # PKGNAME= qoauth-1.0.1 -DISTNAME= ${PKGNAME}-src +DISTNAME= ${PKGNAME_NOREV}-src PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://files.ayoy.net/qoauth/release/1.0.1/src/ |