Date: Sun, 28 Oct 2012 12:02:49 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306548 - head/polish/kadu Message-ID: <201210281202.q9SC2nkm001048@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sun Oct 28 12:02:49 2012 New Revision: 306548 URL: http://svn.freebsd.org/changeset/ports/306548 Log: - Fix another /bin/bash case - Trim Makefile header Feature safe: yes Modified: head/polish/kadu/Makefile Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Sun Oct 28 11:48:28 2012 (r306547) +++ head/polish/kadu/Makefile Sun Oct 28 12:02:49 2012 (r306548) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210281202.q9SC2nkm001048>