Date: Sat, 30 May 2015 12:25:01 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387933 - head/mail/p5-Mail-Audit Message-ID: <201505301225.t4UCP174060899@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat May 30 12:25:01 2015 New Revision: 387933 URL: https://svnweb.freebsd.org/changeset/ports/387933 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/mail/p5-Mail-Audit/Makefile Modified: head/mail/p5-Mail-Audit/Makefile ============================================================================== --- head/mail/p5-Mail-Audit/Makefile Sat May 30 12:24:46 2015 (r387932) +++ head/mail/p5-Mail-Audit/Makefile Sat May 30 12:25:01 2015 (r387933) @@ -3,7 +3,7 @@ PORTNAME= Mail-Audit PORTVERSION= 2.2.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,8 +18,10 @@ RUN_DEPENDS= p5-File-HomeDir>=0.61:${POR p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/* USE_PERL5= configure +NO_ARCH= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505301225.t4UCP174060899>