diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-29 19:27:17 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-29 19:27:17 +0000 |
commit | dbe0a5f5d0d4a1a066515bb32c136b3d0b65ee4d (patch) | |
tree | 83863ecfb1ae52b9dc40645c8d33e217d59966aa /lang | |
parent | * Fix dependency from p5-Email-Date to p5-Email-Date-Format as it is recommen... (diff) |
Fix fetching by spelling MASTER_SITE_LOCAL with only one S
Submitted by: pointyhat
Notes
Notes:
svn path=/head/; revision=206396
Diffstat (limited to 'lang')
-rw-r--r-- | lang/see-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/see-devel/Makefile b/lang/see-devel/Makefile index a14950a14ad9..d4ad7cb6b6d6 100644 --- a/lang/see-devel/Makefile +++ b/lang/see-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= see DISTVERSION= 2.1.1293 CATEGORIES= lang devel -MASTER_SITES= ${MASTER_SITES_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vanilla PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${DISTVERSION}_snapshot |