Fix merge markers that @humdingerb forgot to remove.

This commit is contained in:
Augustin Cavalier
2015-08-04 15:35:17 -04:00
parent 1ac39b83d1
commit fabb448824
2 changed files with 3 additions and 16 deletions

View File

@@ -1,16 +1,7 @@
<<<<<<< HEAD
SUMMARY="dos2unix and unix2dos end of line file convertors"
DESCRIPTION="
DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have \
just LF. Dos2unix and unix2dos are simple parser/converter command line \
programs to convert between the two formats.
"
=======
SUMMARY="Convertor between DOS and Unix end-of-line"
SUMMARY="Converter between DOS and Unix end-of-line delimiters"
DESCRIPTION="DOS/Windows like to put CR/LF at the end of lines whereas UNIX like \
to have just LF. Dos2unix and unix2dos are simple parser/converter command line \
programs to convert between the two formats."
>>>>>>> De-lint recipes.
to have just LF. Dos2unix and unix2dos are simple parser/converter command line \
programs to convert between the two formats."
HOMEPAGE="http://github.com/puckipedia/dos2unix"
COPYRIGHT="Public Domain"
LICENSE="Public Domain"

View File

@@ -53,10 +53,6 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
<<<<<<< HEAD
=======
>>>>>>> De-lint recipes.
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix