diff options
-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} |