svn commit: r396709 - head/comms/mgetty+sendfax
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 11 19:14:45 UTC 2015
Author: amdmi3
Date: Fri Sep 11 19:14:44 2015
New Revision: 396709
URL: https://svnweb.freebsd.org/changeset/ports/396709
Log:
- Fix shebangs
Approved by: portmgr blanket
Modified:
head/comms/mgetty+sendfax/Makefile
Modified: head/comms/mgetty+sendfax/Makefile
==============================================================================
--- head/comms/mgetty+sendfax/Makefile Fri Sep 11 19:12:46 2015 (r396708)
+++ head/comms/mgetty+sendfax/Makefile Fri Sep 11 19:14:44 2015 (r396709)
@@ -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 an
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}
More information about the svn-ports-all
mailing list