diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-06-29 11:06:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-06-29 11:06:46 +0000 |
commit | 25adc7748c4b3aea733d7b22800e7335a884416c (patch) | |
tree | 13cc5099fc368a7063f50e160035ea5392733d5d /www | |
parent | 637204aa3ebea2866c4228804807853f8dc23c0a (diff) | |
download | pkgsrc-25adc7748c4b3aea733d7b22800e7335a884416c.tar.gz |
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
Diffstat (limited to 'www')
-rw-r--r-- | www/aipo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aipo/Makefile b/www/aipo/Makefile index 26454c2e083..784fc357654 100644 --- a/www/aipo/Makefile +++ b/www/aipo/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2015/06/24 19:56:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2015/06/29 11:06:49 ryoon Exp $ # DISTNAME= aipo-${VERSION}-linux-x86 VERSION= 8.0.1 PKGNAME= aipo-${VERSION} CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=aipo/63319/} +MASTER_SITES= ${MASTER_SITE_OSDN:=aipo/63319/} EXTRACT_SUFX= .gz MAINTAINER= ryoon@NetBSD.org |