diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 10:35:58 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 10:35:58 +0000 |
commit | 9b10e90a23233c7be64a6afc1946f90cfc8c3485 (patch) | |
tree | cfc71fd78fcfff74a279948fee58d827715ee90e /mail/mailfmt | |
parent | - Fix shebangs (diff) |
- Fix shebangs
Notes
Notes:
svn path=/head/; revision=439047
Diffstat (limited to 'mail/mailfmt')
-rw-r--r-- | mail/mailfmt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mailfmt/Makefile b/mail/mailfmt/Makefile index 38ef028a5344..bc1c1412d6c8 100644 --- a/mail/mailfmt/Makefile +++ b/mail/mailfmt/Makefile @@ -3,14 +3,15 @@ PORTNAME= mailfmt PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.tundraware.com/Software/mailfmt/ MAINTAINER= ports@FreeBSD.org COMMENT= Remove leading quotations from mail/news and wrap lines to fixed width -USES= python +USES= python shebangfix +SHEBANG_FILES= mailfmt NO_ARCH= yes NO_BUILD= yes |