aboutsummaryrefslogtreecommitdiffstats
path: root/polish/kadu
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-10-28 20:02:49 +0800
committerpawel <pawel@FreeBSD.org>2012-10-28 20:02:49 +0800
commit04d4091b861aeb583e90bf942bb5f44184d3f1e9 (patch)
tree6cfffb93701bb781e0081e3c48bce06b72820f10 /polish/kadu
parent48b0efb4e6302e4ad0a006eef0ab6c79c3e6520e (diff)
downloadfreebsd-ports-gnome-04d4091b861aeb583e90bf942bb5f44184d3f1e9.tar.gz
freebsd-ports-gnome-04d4091b861aeb583e90bf942bb5f44184d3f1e9.tar.zst
freebsd-ports-gnome-04d4091b861aeb583e90bf942bb5f44184d3f1e9.zip
- Fix another /bin/bash case
- Trim Makefile header Feature safe: yes
Diffstat (limited to 'polish/kadu')
-rw-r--r--polish/kadu/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
index 2e2bee52b4ec..4206aaeef878 100644
--- a/polish/kadu/Makefile
+++ b/polish/kadu/Makefile
@@ -1,12 +1,9 @@
-# Ports collection makefile for: kadu
-# Date created: 17 July 2003
-# Whom: Jacek Pelka <jacek@combit.com.pl>
-#
+# Created by: Jacek Pelka <jacek@combit.com.pl>
# $FreeBSD$
-#
PORTNAME= kadu
PORTVERSION= 0.12.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= polish net-im
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \
@@ -82,6 +79,8 @@ post-patch:
${WRKSRC}/plugins/tabs/CMakeLists.txt
@${FIND} ${WRKSRC} -exec ${GREP} -q "#!/bin/bash" {} \; \
-exec ${REINPLACE_CMD} -e 's|#!/bin/bash|#!/usr/bin/env bash|g' {} \;
+ @${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
+ ${WRKSRC}/plugins/sql_history/storage/sql-restore.cpp
post-install:
.if ${PORT_OPTIONS:MGG_EMOTS}