diff options
Diffstat (limited to 'mail/biabam/Makefile')
-rw-r--r-- | mail/biabam/Makefile | 23 |
1 files changed, 15 insertions, 8 deletions
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 |