aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-12 07:33:00 +0800
committerbapt <bapt@FreeBSD.org>2014-05-12 07:33:00 +0800
commitc538f3be93a4f42d0b58dfa9f7d5a8ac1d3e6c98 (patch)
treed9109c0fa8f7522d49e546dc3a0a10d91f5d025a /archivers
parent490be79d1a7cd69130159195a0dbbde3bc5bdbaa (diff)
downloadfreebsd-ports-gnome-c538f3be93a4f42d0b58dfa9f7d5a8ac1d3e6c98.tar.gz
freebsd-ports-gnome-c538f3be93a4f42d0b58dfa9f7d5a8ac1d3e6c98.tar.zst
freebsd-ports-gnome-c538f3be93a4f42d0b58dfa9f7d5a8ac1d3e6c98.zip
Convert to USES=dos2unix
Diffstat (limited to 'archivers')
-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>