diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-18 12:59:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-18 12:59:19 +0000 |
commit | 54dc66d3561f8a07fbd140713d9acc7d3a7e9088 (patch) | |
tree | a208b703fdeb21131270a605c432e3e92e3b314a /archivers/dzip | |
parent | f52e2d63c8dd284d6e569eef80aed3ea92a3782d (diff) |
Notes
Diffstat (limited to 'archivers/dzip')
-rw-r--r-- | archivers/dzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/dzip/Makefile b/archivers/dzip/Makefile index c94f5bff01ce..a434781fcd61 100644 --- a/archivers/dzip/Makefile +++ b/archivers/dzip/Makefile @@ -12,8 +12,8 @@ COMMENT= File compression utility specializing in Quake demo compression LICENSE= ZLIB -USE_ZIP= yes -USE_DOS2UNIX= yes +USES= dos2unix +EXTRACT_SUFX= .zip NO_WRKSUBDIR= yes MAKEFILE= ${WRKSRC}/Makefile.linux |