aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-04-15 07:33:41 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-04-15 07:33:41 +0000
commit5371e3549bbb4b60c3d410824f5b58fabcead87f (patch)
treee8a910cd1df7f5913f869d5a41729500df50989c /converters
parentabb4f43558dfd2b8dea6c5514984bcaa60721e4d (diff)
downloadports-5371e3549bbb4b60c3d410824f5b58fabcead87f.tar.gz
ports-5371e3549bbb4b60c3d410824f5b58fabcead87f.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/lua-iconv/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile
index 80834db15a2b..0f3aa2730f27 100644
--- a/converters/lua-iconv/Makefile
+++ b/converters/lua-iconv/Makefile
@@ -5,24 +5,18 @@ PORTNAME= iconv
PORTVERSION= 7
PORTREVISION= 4
CATEGORIES= converters
-MASTER_SITES= GHC
+MASTER_SITES= https://github.com/downloads/ittner/lua-iconv/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
DISTNAME= lua-${PORTNAME}-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Iconv binding for Lua 5
-BROKEN= unfetchable
-
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pkgconfig iconv lua:module
-USE_GITHUB= yes
-GH_ACCOUNT= ittner
-GH_PROJECT= lua-${PORTNAME}
-
PLIST_FILES= ${LUA_MODLIBDIR}/iconv.so
CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` -I${LOCALBASE}/include
MAKE_ARGS= LUABIN=${LUA_CMD} CFLAGS="${CFLAGS}"