From 041deb8c9f436110e4e0157977eada1739ab0ad3 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 11 Sep 2015 19:14:44 +0000 Subject: - Fix shebangs Approved by: portmgr blanket --- comms/mgetty+sendfax/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'comms/mgetty+sendfax') diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index d568c1886611..624efc066ac9 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -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 and receive faxes 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} -- cgit