diff options
author | obache <obache@pkgsrc.org> | 2008-01-22 13:36:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-22 13:36:30 +0000 |
commit | 6339db08c811c29c9b1990518e342f4f7ad4da54 (patch) | |
tree | 5105d7fd093dcc75ae11b7dfbda768c230006296 /fonts/oto/Makefile | |
parent | 7bcc0c67a4745b92a97083630491b70085f1cf18 (diff) | |
download | pkgsrc-6339db08c811c29c9b1990518e342f4f7ad4da54.tar.gz |
Switch to usual MASTER_SITE_SOURCEFORGE.
Noticed by Zafer Aydogan via private mail.
Diffstat (limited to 'fonts/oto/Makefile')
-rw-r--r-- | fonts/oto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/oto/Makefile b/fonts/oto/Makefile index e8acce2d07f..ffdfc3a7e8a 100644 --- a/fonts/oto/Makefile +++ b/fonts/oto/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:09:10 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/01/22 13:36:30 obache Exp $ # DISTNAME= oto-0.4 PKGREVISION= 4 CATEGORIES= fonts -MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/oto/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oto/} MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/oto/ |