Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2014 20:40:40 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356947 - head/mail/p5-Mail-DKIM
Message-ID:  <201406072040.s57KeeS2015865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Jun  7 20:40:40 2014
New Revision: 356947
URL: http://svnweb.freebsd.org/changeset/ports/356947
QAT: https://qat.redports.org/buildarchive/r356947/

Log:
  mail/p5-Mail-DKIM: shebangfix
  
  Approved by:	portmgr blanket (implicit), mentors (implicit)

Modified:
  head/mail/p5-Mail-DKIM/Makefile

Modified: head/mail/p5-Mail-DKIM/Makefile
==============================================================================
--- head/mail/p5-Mail-DKIM/Makefile	Sat Jun  7 20:38:32 2014	(r356946)
+++ head/mail/p5-Mail-DKIM/Makefile	Sat Jun  7 20:40:40 2014	(r356947)
@@ -17,8 +17,9 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 MASTER_SITE_BACKUP+=	http://jason.long.name/dkimproxy/
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
+SHEBANG_FILES=	scripts/dkimsign.pl scripts/dkimverify.pl
 
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/scripts/dkim*.pl ${STAGEDIR}${PREFIX}/bin



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