aboutsummaryrefslogtreecommitdiff
path: root/archivers/rubygem-libarchive
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-11 23:33:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-11 23:33:00 +0000
commitc80bd62d8d232871dcf4c8ed13a6ecebf5b3eac7 (patch)
treed9109c0fa8f7522d49e546dc3a0a10d91f5d025a /archivers/rubygem-libarchive
parente1377ec47e66a7f5ca6582675eabd1a337552a17 (diff)
downloadports-c80bd62d8d232871dcf4c8ed13a6ecebf5b3eac7.tar.gz
ports-c80bd62d8d232871dcf4c8ed13a6ecebf5b3eac7.zip
Convert to USES=dos2unix
Notes
Notes: svn path=/head/; revision=353748
Diffstat (limited to 'archivers/rubygem-libarchive')
-rw-r--r--archivers/rubygem-libarchive/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/rubygem-libarchive/Makefile b/archivers/rubygem-libarchive/Makefile
index 3a877aff695c..a56ae5359a97 100644
--- a/archivers/rubygem-libarchive/Makefile
+++ b/archivers/rubygem-libarchive/Makefile
@@ -11,10 +11,11 @@ COMMENT= Ruby bindings for libarchive
LICENSE= BSD3CLAUSE
+USES= dos2unix
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-USE_DOS2UNIX= ext/depend
+DOS2UNIX_FILES= ext/depend
.include <bsd.port.mk>