diff options
author | philip <philip@FreeBSD.org> | 2007-01-15 16:12:36 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2007-01-15 16:12:36 +0800 |
commit | a9d5818da9c6ca8e461887e9a05c5d6698d1d064 (patch) | |
tree | 0b477e2fb6f5212b812af32e77160bf584b3b417 /devel | |
parent | 59b7ebb8d6b62ddf4aa05c8b148e6fbab188ee8c (diff) | |
download | freebsd-ports-gnome-a9d5818da9c6ca8e461887e9a05c5d6698d1d064.tar.gz freebsd-ports-gnome-a9d5818da9c6ca8e461887e9a05c5d6698d1d064.tar.zst freebsd-ports-gnome-a9d5818da9c6ca8e461887e9a05c5d6698d1d064.zip |
Also mirror distfiles for lua-gettext and lua-filename locally.
Approved by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lua-filename/Makefile | 3 | ||||
-rw-r--r-- | devel/lua-gettext/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/lua-filename/Makefile b/devel/lua-filename/Makefile index 3cb1a042ee47..6db1d1f31446 100644 --- a/devel/lua-filename/Makefile +++ b/devel/lua-filename/Makefile @@ -8,7 +8,8 @@ PORTNAME= filename PORTVERSION= 1.2 CATEGORIES= devel -MASTER_SITES= http://cvs.bsdinstaller.org/cgi-bin/cvsweb.cgi/installer/src/lib/lua/filename/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= philip PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} DISTFILES= filename.lua?rev=${PORTVERSION} EXTRACT_ONLY= # diff --git a/devel/lua-gettext/Makefile b/devel/lua-gettext/Makefile index 6dca4eb4f7ac..55aeb5c696a6 100644 --- a/devel/lua-gettext/Makefile +++ b/devel/lua-gettext/Makefile @@ -8,7 +8,8 @@ PORTNAME= gettext PORTVERSION= 1.5 CATEGORIES= devel -MASTER_SITES= http://cvs.bsdinstaller.org/cgi-bin/cvsweb.cgi/installer/src/lib/lua/gettext/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= philip PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} DISTFILES= lua_gettext.c?rev=${CVER} gettext.lua?rev=${LVER} |