diff options
Diffstat (limited to 'converters/lua-iconv/Makefile')
-rw-r--r-- | converters/lua-iconv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile index 8dacfe99119c..024c12091090 100644 --- a/converters/lua-iconv/Makefile +++ b/converters/lua-iconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lua-iconv -# Date created: 04 Dec 2009 -# Whom: vanilla@ -# +# Created by: vanilla@ # $FreeBSD$ -# PORTNAME= iconv PORTVERSION= 6 @@ -20,6 +16,7 @@ USES= pkgconfig iconv PLIST_FILES= %%LUA_MODLIBDIR%%/iconv.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%INCDIR%%|-I${PREFIX}/include| ; \ s|%%LIBDIR%%|-L${PREFIX}/lib|; \ |