From 3fd6a528b20c494d3bb03086aba98e560e21aaaf Mon Sep 17 00:00:00 2001 From: bsam Date: Sat, 25 May 2013 07:46:10 +0000 Subject: Use shebangfix and let Makefile be more declarative. Convinced by: jgh, danfe --- mail/imaptools/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/imaptools/Makefile b/mail/imaptools/Makefile index 7dc3e16ed2ad..b1e1d96b446c 100644 --- a/mail/imaptools/Makefile +++ b/mail/imaptools/Makefile @@ -15,12 +15,12 @@ LICENSE= ISCL CONFLICTS= imaputils-[0-9]* +NO_WRKSUBDIR= yes +NO_BUILD= yes +USES= shebangfix +SHEBANG_FILES= *.pl USE_PERL5_RUN= yes -do-build: - ${REINPLACE_CMD} \ - -e 's|/usr/bin/perl|${PERL}|g' ${WRKDIR}/*.pl - do-install: ${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin -- cgit