svn commit: r356947 - head/mail/p5-Mail-DKIM

Kurt Jaeger pi at FreeBSD.org
Sat Jun 7 20:40:41 UTC 2014


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


More information about the svn-ports-head mailing list