diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2015-09-02 03:06:50 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2015-09-02 03:06:50 +0000 |
commit | 8fb9c07473570f2b1cf9ddcd6a1c8c9de8ce5349 (patch) | |
tree | 0a2fffa165a5e724e3cd9ee50d9c0828c9729b79 /devel/lua-gettext/Makefile | |
parent | 83235e7fc90cf7c056c7731d1b1bb8ab16536a6f (diff) |
Notes
Diffstat (limited to 'devel/lua-gettext/Makefile')
-rw-r--r-- | devel/lua-gettext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/lua-gettext/Makefile b/devel/lua-gettext/Makefile index cd04e308d8e8..62b3f047a372 100644 --- a/devel/lua-gettext/Makefile +++ b/devel/lua-gettext/Makefile @@ -5,12 +5,13 @@ PORTNAME= gettext PORTVERSION= 1.5 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/gettext/ +MASTER_SITES= https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/gettext/ \ + http://BSDforge.com/projects/source/devel/lua-gettext/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} DISTFILES= lua_gettext.c gettext.lua DIST_SUBDIR= lua-${PORTNAME}-${COMMIT} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Gettext binding for Lua 5 USES= gettext lua:51 |