aboutsummaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-10-28 12:02:49 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-10-28 12:02:49 +0000
commitc882dea444f7af4561c5eb56a9a3be592ab8a268 (patch)
tree6cfffb93701bb781e0081e3c48bce06b72820f10 /polish
parent6180de4a8defda7c6d565b51663f5b2b281aabed (diff)
downloadports-c882dea444f7af4561c5eb56a9a3be592ab8a268.tar.gz
ports-c882dea444f7af4561c5eb56a9a3be592ab8a268.zip
- Fix another /bin/bash case
- Trim Makefile header Feature safe: yes
Notes
Notes: svn path=/head/; revision=306548
Diffstat (limited to 'polish')
-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}