diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-22 12:45:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-22 12:45:43 +0000 |
commit | 0a6f794f91f09f4c6adee160a72c9a8da70d9bde (patch) | |
tree | c39c351dce14a342fbeb6d649bd4be2ad853ebaa /comms | |
parent | a7810723723770eac8dc0345219435b34381c192 (diff) |
- Fix shebangs
Notes
Notes:
svn path=/head/; revision=439170
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 |
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} |