diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-09-28 08:53:50 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-09-28 08:53:50 +0000 |
commit | f119779ca795d8db8b5441e6e8465b26e435205a (patch) | |
tree | 544bd1cb27614a8ccc0f5b86173edcb235bb2c8e /x11-fonts | |
parent | 7632dcc8662506ec2c563193c603f41315354f6e (diff) | |
download | ports-f119779ca795d8db8b5441e6e8465b26e435205a.tar.gz ports-f119779ca795d8db8b5441e6e8465b26e435205a.zip |
Fix typo in MASTER_SITES, add MASTER_SITE_SUBDIR.
PR: 57291
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=89609
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/lfpfonts-fix/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/lfpfonts-var/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/nucleus/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
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 |