diff options
author | obache <obache> | 2008-01-22 13:36:30 +0000 |
---|---|---|
committer | obache <obache> | 2008-01-22 13:36:30 +0000 |
commit | 8d61478b2191c3138f0fc76918134a395386d180 (patch) | |
tree | 5105d7fd093dcc75ae11b7dfbda768c230006296 /fonts | |
parent | 62665284c5e79f9ad1dd152d83ee639e89023355 (diff) | |
download | pkgsrc-8d61478b2191c3138f0fc76918134a395386d180.tar.gz |
Switch to usual MASTER_SITE_SOURCEFORGE.
Noticed by Zafer Aydogan via private mail.
Diffstat (limited to 'fonts')
-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/ |