Date: Fri, 4 Apr 2014 11:44:41 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350100 - head/news/sn Message-ID: <201404041144.s34BifrK058768@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 4 11:44:41 2014 New Revision: 350100 URL: http://svnweb.freebsd.org/changeset/ports/350100 QAT: https://qat.redports.org/buildarchive/r350100/ Log: Fix bash detection in the makefile Reported by: QAT Modified: head/news/sn/Makefile Modified: head/news/sn/Makefile ============================================================================== --- head/news/sn/Makefile Fri Apr 4 11:37:55 2014 (r350099) +++ head/news/sn/Makefile Fri Apr 4 11:44:41 2014 (r350100) @@ -3,7 +3,7 @@ PORTNAME= sn PORTVERSION= 0.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= http://www.infa.abo.fi/~patrik/sn/files/ \ http://home.arcor.de/teambushido/fbsd_ports/ \ @@ -14,6 +14,8 @@ COMMENT= Small news system for small sit LICENSE= GPLv2 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash + USES= gmake tar:bzip2 MAKE_ARGS+= PREFIX="${PREFIX}" LD="${CC}" CC="${CC}" @@ -30,7 +32,8 @@ post-patch: ${REINPLACE_CMD} -e 's|sn\.a$$|& lib/libstuff.a| ; \ s|snlockf\.o$$|& lib/libstuff.a| ; \ s|-g -Wall -pedantic -O|${CFLAGS} -Wall -pedantic| ; \ - s|strip |${STRIP_CMD} |' \ + s|strip |${STRIP_CMD} | ; \ + s|/bin/bash|${LOCALBASE}/bin/bash|' \ ${WRKSRC}/Makefile pre-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041144.s34BifrK058768>