diff options
author | wiz <wiz> | 2015-09-11 06:30:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-09-11 06:30:05 +0000 |
commit | 6755d2cde70c6bd5f03155e159dae3a2862ebc0b (patch) | |
tree | 6add4eaf490adc41edb9b446438c604a1f7f0a30 | |
parent | 96203b2e3980cf646817242dce6b849326ee9547 (diff) | |
download | pkgsrc-6755d2cde70c6bd5f03155e159dae3a2862ebc0b.tar.gz |
Fix MASTER_SITES.
-rw-r--r-- | security/liboauth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/liboauth/Makefile b/security/liboauth/Makefile index a5bb23a74f3..8651b7f2450 100644 --- a/security/liboauth/Makefile +++ b/security/liboauth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2015/09/10 23:05:53 prlw1 Exp $ +# $NetBSD: Makefile,v 1.9 2015/09/11 06:30:05 wiz Exp $ DISTNAME= liboauth-1.0.3 CATEGORIES= security -MASTER_SITES= http://liboauth.sourceforge.net/pool/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liboauth/} MAINTAINER= agc@NetBSD.org HOMEPAGE= http://liboauth.sourceforge.net/ |