Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 19:14:45 +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: r396709 - head/comms/mgetty+sendfax
Message-ID:  <201509111914.t8BJEjWv099207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 11 19:14:44 2015
New Revision: 396709
URL: https://svnweb.freebsd.org/changeset/ports/396709

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/comms/mgetty+sendfax/Makefile

Modified: head/comms/mgetty+sendfax/Makefile
==============================================================================
--- head/comms/mgetty+sendfax/Makefile	Fri Sep 11 19:12:46 2015	(r396708)
+++ head/comms/mgetty+sendfax/Makefile	Fri Sep 11 19:14:44 2015	(r396709)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mgetty
 PORTVERSION=	1.1.35
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	comms
 MASTER_SITES=	ftp://mgetty.greenie.net/pub/mgetty/source/1.1/
 DISTNAME=	${PORTNAME}${PORTVERSION}-Feb22
@@ -14,7 +14,10 @@ COMMENT=	Handle external logins, send an
 LICENSE=	GPLv2
 
 USE_CSTD=	gnu89
-USES=		makeinfo perl5
+USES=		makeinfo perl5 shebangfix
+SHEBANG_FILES=	samples/fax \
+		samples/new_fax.all/new_fax \
+		samples/new_fax.mime1
 
 SUB_FILES=	pkg-message mgettycfg
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509111914.t8BJEjWv099207>