aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-12 03:14:44 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-12 03:14:44 +0800
commit041deb8c9f436110e4e0157977eada1739ab0ad3 (patch)
tree4210caf4aa3e27375ddd2e57cadb41cacccb25f8 /comms
parente5b4b5ba47568087800e16bab9075f02d577c17d (diff)
downloadfreebsd-ports-gnome-041deb8c9f436110e4e0157977eada1739ab0ad3.tar.gz
freebsd-ports-gnome-041deb8c9f436110e4e0157977eada1739ab0ad3.tar.zst
freebsd-ports-gnome-041deb8c9f436110e4e0157977eada1739ab0ad3.zip
- Fix shebangs
Approved by: portmgr blanket
Diffstat (limited to 'comms')
-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}