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 | ce8cd25418ae8c9755f27c78b5c4717e85a1833d (patch) | |
tree | eee3ceb0840be098364a3594adc4b2a83356c9e2 /security | |
parent | 25d17f274fed7b8b06616a2133d3c5f9ce8bdcf2 (diff) | |
download | pkgsrc-ce8cd25418ae8c9755f27c78b5c4717e85a1833d.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/ |