From 16e5001ae74cf1dea04cb7c0123a414e1dd5e475 Mon Sep 17 00:00:00 2001 From: osa Date: Tue, 30 Mar 2004 13:42:35 +0000 Subject: Add bash to RUN_DEPENDS list. Use REINPLACE_CMD for correct path to bash. --- mail/biabam/Makefile | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'mail') diff --git a/mail/biabam/Makefile b/mail/biabam/Makefile index f5227b9..24f08f7 100644 --- a/mail/biabam/Makefile +++ b/mail/biabam/Makefile @@ -5,16 +5,23 @@ # $FreeBSD$ # -PORTNAME= biabam -PORTVERSION= 0.9.5 -CATEGORIES= mail -MASTER_SITES= http://mmj.dk/biabam/ +PORTNAME= biabam +PORTVERSION= 0.9.5 +CATEGORIES= mail +MASTER_SITES= http://mmj.dk/biabam/ -MAINTAINER= ports@FreeBSD.org -COMMENT= A command-line attachment mailer +MAINTAINER= ports@FreeBSD.org +COMMENT= A command-line attachment mailer -NO_BUILD= yes -PLIST_FILES= bin/biabam +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 + +USE_REINPLACE= yes +NO_BUILD= yes +PLIST_FILES= bin/biabam + +do-patch: + @${REINPLACE_CMD} -e 's|\(#!\)\(/bin/bash\)|\1${LOCALBASE}\2|' \ + ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/biabam ${PREFIX}/bin -- cgit v1.1