diff options
author | marino <marino@pkgsrc.org> | 2012-10-12 11:06:59 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-10-12 11:06:59 +0000 |
commit | 1b71fe78999ba4ae5395fa75d6a2ea3abd05e5ca (patch) | |
tree | 34c2c1c2df52b75c785e776fcd7ac24e5ad7e2b2 /security | |
parent | db57bb7322e4d8cbaa69e07d2a7915cbcbfcef01 (diff) | |
download | pkgsrc-1b71fe78999ba4ae5395fa75d6a2ea3abd05e5ca.tar.gz |
security/qoauth: Fix DISTNAME and thus fetch
As soon as qoauth got PKGREV bump, this package could no longer fetch due
to a bad DISTNAME definition. Fix DISTNAME to fix "make fetch".
Diffstat (limited to 'security')
-rw-r--r-- | security/qoauth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/qoauth/Makefile b/security/qoauth/Makefile index 8f9075f4e8b..5c794332c51 100644 --- a/security/qoauth/Makefile +++ b/security/qoauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/08 23:01:02 adam Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/12 11:06:59 marino Exp $ # PKGNAME= qoauth-1.0.1 |