From f119779ca795d8db8b5441e6e8465b26e435205a Mon Sep 17 00:00:00 2001
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Sun, 28 Sep 2003 08:53:50 +0000
Subject: Fix typo in MASTER_SITES, add MASTER_SITE_SUBDIR.

PR:		57291
Submitted by:	Mark Linimon <linimon@lonesome.com>
---
 x11-fonts/lfpfonts-fix/Makefile | 3 ++-
 x11-fonts/lfpfonts-var/Makefile | 3 ++-
 x11-fonts/nucleus/Makefile      | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

(limited to 'x11-fonts')

diff --git a/x11-fonts/lfpfonts-fix/Makefile b/x11-fonts/lfpfonts-fix/Makefile
index 1c223a494c72..0b7684a543d4 100644
--- a/x11-fonts/lfpfonts-fix/Makefile
+++ b/x11-fonts/lfpfonts-fix/Makefile
@@ -8,7 +8,8 @@
 PORTNAME=	lfpfonts-fix
 PORTVERSION=	0.82
 CATEGORIES=	x11-fonts
-MASTER_SITES=	${MASTER_SITES_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	xfonts
 
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Fixed width fonts from the Linux Font Project
diff --git a/x11-fonts/lfpfonts-var/Makefile b/x11-fonts/lfpfonts-var/Makefile
index 04d037fa0ddb..9ff61200d8ef 100644
--- a/x11-fonts/lfpfonts-var/Makefile
+++ b/x11-fonts/lfpfonts-var/Makefile
@@ -8,7 +8,8 @@
 PORTNAME=	lfpfonts-var
 PORTVERSION=	0.83
 CATEGORIES=	x11-fonts
-MASTER_SITES=	${MASTER_SITES_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	xfonts
 
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Variable width fonts from the Linux Font Project
diff --git a/x11-fonts/nucleus/Makefile b/x11-fonts/nucleus/Makefile
index bd4510bf92ae..526a42260c18 100644
--- a/x11-fonts/nucleus/Makefile
+++ b/x11-fonts/nucleus/Makefile
@@ -9,7 +9,8 @@ PORTNAME=	nucleus
 PORTVERSION=	0.77
 PORTREVISION=	2
 CATEGORIES=	x11-fonts
-MASTER_SITES=	${MASTER_SITES_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	xfonts
 
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Another font package for X
-- 
cgit v1.2.3