svn commit: r439047 - head/mail/mailfmt

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 10:35:59 UTC 2017


Author: amdmi3
Date: Fri Apr 21 10:35:58 2017
New Revision: 439047
URL: https://svnweb.freebsd.org/changeset/ports/439047

Log:
  - Fix shebangs

Modified:
  head/mail/mailfmt/Makefile

Modified: head/mail/mailfmt/Makefile
==============================================================================
--- head/mail/mailfmt/Makefile	Fri Apr 21 10:35:47 2017	(r439046)
+++ head/mail/mailfmt/Makefile	Fri Apr 21 10:35:58 2017	(r439047)
@@ -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 at 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
 


More information about the svn-ports-head mailing list