aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-22 12:45:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-22 12:45:43 +0000
commit0a6f794f91f09f4c6adee160a72c9a8da70d9bde (patch)
treec39c351dce14a342fbeb6d649bd4be2ad853ebaa /comms
parenta7810723723770eac8dc0345219435b34381c192 (diff)
downloadports-0a6f794f91f09f4c6adee160a72c9a8da70d9bde.tar.gz
ports-0a6f794f91f09f4c6adee160a72c9a8da70d9bde.zip
- Fix shebangs
Notes
Notes: svn path=/head/; revision=439170
Diffstat (limited to 'comms')
-rw-r--r--comms/mgetty+sendfax/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 863c67b00242..2bc3a2a8274a 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mgetty
PORTVERSION= 1.1.37
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://mgetty.greenie.net/pub/mgetty/source/1.1/
DISTNAME= ${PORTNAME}${PORTVERSION}-Jun05
@@ -14,7 +15,8 @@ LICENSE= GPLv2
USE_CSTD= gnu89
USES= makeinfo perl5 shebangfix
-SHEBANG_FILES= samples/fax samples/new_fax.all/new_fax samples/new_fax.mime1
+SHEBANG_FILES= samples/fax samples/new_fax.all/new_fax samples/new_fax.mime1 \
+ samples/new_fax.th samples/coverpg-pl.ps samples/faxview.th
SUB_FILES= pkg-message mgettycfg
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}