summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2014-01-07 06:57:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2014-01-07 06:57:40 +0000
commit000c72e8601c83489666ce3dbe2002e598d54454 (patch)
tree121de8dd99841ca42fc39ad2151fe247369f56cb /irc
parent9422b10842b0e30c724f7c984da91150923f3ba5 (diff)
downloadfreebsd-ports-000c72e8601c83489666ce3dbe2002e598d54454.zip
- USES=dos2unix
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat-fish/Makefile2
-rw-r--r--irc/xchat-mircryption/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile
index bb269c3e3e3f..034a3ef41b75 100644
--- a/irc/xchat-fish/Makefile
+++ b/irc/xchat-fish/Makefile
@@ -18,8 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl
RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat
USE_ZIP= yes
+USES= dos2unix
NO_WRKSUBDIR= yes
-USE_DOS2UNIX= yes
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
CCFLAGS+= -Wall -O2 -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/irc/xchat-mircryption/Makefile b/irc/xchat-mircryption/Makefile
index c320128fcbbf..0023eda77bd0 100644
--- a/irc/xchat-mircryption/Makefile
+++ b/irc/xchat-mircryption/Makefile
@@ -17,7 +17,7 @@ COMMENT= A free encryption add-on for the popular XChat irc client
RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat
USE_ZIP= yes
-USE_DOS2UNIX= yes
+USES= dos2unix
ALL_TARGET= freebsd
CFLAGS+= -fPIC
USE_LDCONFIG= yes