From owner-svn-ports-head@FreeBSD.ORG Sat May 25 07:46:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EF0F7957; Sat, 25 May 2013 07:46:10 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E2133353; Sat, 25 May 2013 07:46:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4P7kAte012444; Sat, 25 May 2013 07:46:10 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4P7kAIW012443; Sat, 25 May 2013 07:46:10 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305250746.r4P7kAIW012443@svn.freebsd.org> From: Boris Samorodov Date: Sat, 25 May 2013 07:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319031 - head/mail/imaptools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 07:46:11 -0000 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