diff options
author | pi <pi@FreeBSD.org> | 2014-06-08 04:40:40 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-06-08 04:40:40 +0800 |
commit | 4c1a44d1f25b14d8e5345925380802a1ed7f2d6a (patch) | |
tree | 219026cbd981983bac15dd0dd05af61b984c6670 | |
parent | 4a3fe4158e57468f89361d42ada924784b063f13 (diff) | |
download | freebsd-ports-gnome-4c1a44d1f25b14d8e5345925380802a1ed7f2d6a.tar.gz freebsd-ports-gnome-4c1a44d1f25b14d8e5345925380802a1ed7f2d6a.tar.zst freebsd-ports-gnome-4c1a44d1f25b14d8e5345925380802a1ed7f2d6a.zip |
mail/p5-Mail-DKIM: shebangfix
Approved by: portmgr blanket (implicit), mentors (implicit)
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 51b06e4b660a..22f7b418424c 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -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 |