diff options
author | mat <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
commit | 9ec61f48def80e1a6cac88e7acc7894cc689135b (patch) | |
tree | c0750f82911803374c81b8cf05e2b96f037e2d8a /converters/lua-iconv/Makefile | |
parent | 03d1cb7006bd787bb7333edbfdefa0fe8486d226 (diff) | |
download | FreeBSD-ports-9ec61f48def80e1a6cac88e7acc7894cc689135b.zip FreeBSD-ports-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.gz |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
Diffstat (limited to 'converters/lua-iconv/Makefile')
-rw-r--r-- | converters/lua-iconv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile index d36e58c..7e03055 100644 --- a/converters/lua-iconv/Makefile +++ b/converters/lua-iconv/Makefile @@ -11,7 +11,6 @@ DISTNAME= lua-${PORTNAME}-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= Iconv binding for Lua 5 -WRKSRC= ${WRKDIR}/lua-${PORTNAME}-${PORTVERSION} USES= pkgconfig iconv lua USE_GITHUB= yes |