diff options
author | Philip Paeps <philip@FreeBSD.org> | 2007-01-15 08:12:36 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2007-01-15 08:12:36 +0000 |
commit | f8387e288c26ea0b3bf751206c1ac8280f7c2fb1 (patch) | |
tree | df715e1cdc2d82f969c14a2979d95ffd89c757ff /devel/lua-gettext | |
parent | 3da68fafb820ec7435fca48121ebce730f31acb0 (diff) | |
download | ports-f8387e288c26ea0b3bf751206c1ac8280f7c2fb1.tar.gz ports-f8387e288c26ea0b3bf751206c1ac8280f7c2fb1.zip |
Notes
Diffstat (limited to 'devel/lua-gettext')
-rw-r--r-- | devel/lua-gettext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |