Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 07:46:10 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319031 - head/mail/imaptools
Message-ID:  <201305250746.r4P7kAIW012443@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Sat May 25 07:46:10 2013
New Revision: 319031
URL: http://svnweb.freebsd.org/changeset/ports/319031

Log:
  Use shebangfix and let Makefile be more declarative.
  
  Convinced by:	jgh, danfe

Modified:
  head/mail/imaptools/Makefile

Modified: head/mail/imaptools/Makefile
==============================================================================
--- head/mail/imaptools/Makefile	Sat May 25 07:29:55 2013	(r319030)
+++ head/mail/imaptools/Makefile	Sat May 25 07:46:10 2013	(r319031)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305250746.r4P7kAIW012443>