diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 06:55:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 06:55:07 +0000 |
commit | f0a8714b3a301f2ee09f07647619f7bad997f8d2 (patch) | |
tree | 2266451e8dedf72ded023f5ab6e33cb91292aa8a /biology/muscle | |
parent | d288c580620377d8da8e0314c8bda03df5971368 (diff) |
Convert to USES=dos2unix
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=355278
Diffstat (limited to 'biology/muscle')
-rw-r--r-- | biology/muscle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/muscle/Makefile b/biology/muscle/Makefile index 224eada0040e..436f3066a952 100644 --- a/biology/muscle/Makefile +++ b/biology/muscle/Makefile @@ -22,8 +22,8 @@ COMMENT= Multiple Sequence Comparison by Log-Expectation FETCH_ARGS= -A -USES= gmake -USE_DOS2UNIX= *.cpp +USES= dos2unix gmake +DOS2UNIX_FILES= *.cpp PLIST_FILES= bin/muscle |