aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-11 19:14:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-11 19:14:44 +0000
commit55a34f92ce51ceb1d799371768446c22f4a7682f (patch)
tree4210caf4aa3e27375ddd2e57cadb41cacccb25f8 /comms/mgetty+sendfax
parent4a4337dfe97661bece227aea6604a90289a57ae6 (diff)
downloadports-55a34f92ce51ceb1d799371768446c22f4a7682f.tar.gz
ports-55a34f92ce51ceb1d799371768446c22f4a7682f.zip
- Fix shebangs
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=396709
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r--comms/mgetty+sendfax/Makefile7
1 files changed, 5 insertions, 2 deletions
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}