diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 13:10:53 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 13:10:53 +0000 |
commit | e0a077a9a6f3e865384a0de5073a0e357500799c (patch) | |
tree | 8e3aed577019ffc2c13ea00061736f856ba78500 | |
parent | e22b62e283fd8920569ec7bca8f5b4f4eafd6e6f (diff) | |
download | FreeBSD-ports-e0a077a9a6f3e865384a0de5073a0e357500799c.zip FreeBSD-ports-e0a077a9a6f3e865384a0de5073a0e357500799c.tar.gz |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 5dd3364..78e4be0 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -3,7 +3,7 @@ PORTNAME= Mail-DKIM PORTVERSION= 0.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN \ http://jason.long.name/dkimproxy/ @@ -22,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix USE_PERL5= configure -SHEBANG_FILES= scripts/dkim*.pl +SHEBANG_FILES= scripts/dkim*.pl sample_mime_lite.pl +NO_ARCH= yes post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/dkim*.pl ${STAGEDIR}${PREFIX}/bin |