diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
commit | 00d52a3e4c5bf9de39ce9d6095393f52407d69df (patch) | |
tree | c0750f82911803374c81b8cf05e2b96f037e2d8a /converters | |
parent | fd5b918640498d4d5f8b9ce1ac0a73880b4622e0 (diff) | |
download | ports-00d52a3e4c5bf9de39ce9d6095393f52407d69df.tar.gz ports-00d52a3e4c5bf9de39ce9d6095393f52407d69df.zip |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=415839
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ascii2binary/Makefile | 1 | ||||
-rw-r--r-- | converters/lua-iconv/Makefile | 1 | ||||
-rw-r--r-- | converters/mpack/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/converters/ascii2binary/Makefile b/converters/ascii2binary/Makefile index c0613628b2df..e8bff91a1ffd 100644 --- a/converters/ascii2binary/Makefile +++ b/converters/ascii2binary/Makefile @@ -16,7 +16,6 @@ USES= gettext tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/ascii2binary bin/binary2ascii \ man/man1/ascii2binary.1.gz \ diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile index d36e58cb1625..7e03055cdcbb 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 diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile index 2ed83b25647c..899eafc3ac1f 100644 --- a/converters/mpack/Makefile +++ b/converters/mpack/Makefile @@ -10,7 +10,6 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/ MAINTAINER= dinoex@FreeBSD.org COMMENT= External MIME packer/unpacker -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes PLIST_FILES= bin/mpack bin/munpack \ |