diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-22 17:56:57 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-22 17:56:57 +0800 |
commit | 2a2bba25dc7b29f38e7ef306f1e2b68351437b7d (patch) | |
tree | b46aac7251bf893b0e93f5af40073a7aafbd21fc /net-im | |
parent | d94abc004ab28271d49c78a78e1e88dd25eb2a50 (diff) | |
download | freebsd-ports-gnome-2a2bba25dc7b29f38e7ef306f1e2b68351437b7d.tar.gz freebsd-ports-gnome-2a2bba25dc7b29f38e7ef306f1e2b68351437b7d.tar.zst freebsd-ports-gnome-2a2bba25dc7b29f38e7ef306f1e2b68351437b7d.zip |
Mark broken: Fails to dos2unix
===> Converting DOS text files to UNIX text files
sed: config.inc: No such file or directory
*** Error code 1
Reported by: pkg-fallout since november 2013
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ramblercontacts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/ramblercontacts/Makefile b/net-im/ramblercontacts/Makefile index 00c9ef2c5f64..a8c4ca028a28 100644 --- a/net-im/ramblercontacts/Makefile +++ b/net-im/ramblercontacts/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION}_beta_src MAINTAINER= ports@FreeBSD.org COMMENT= Free, multi-service communication client from Rambler +BROKEN= Fails to dos2unix + LICENSE= GPLv3 USES= qmake dos2unix |