diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-12 07:33:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-12 07:33:00 +0800 |
commit | c538f3be93a4f42d0b58dfa9f7d5a8ac1d3e6c98 (patch) | |
tree | d9109c0fa8f7522d49e546dc3a0a10d91f5d025a /archivers | |
parent | 490be79d1a7cd69130159195a0dbbde3bc5bdbaa (diff) | |
download | freebsd-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/Makefile | 3 |
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> |