diff options
author | jmz <jmz@FreeBSD.org> | 2004-06-16 08:04:02 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2004-06-16 08:04:02 +0800 |
commit | 09d559cf74ae3057823cd38f4571283afc03a6bc (patch) | |
tree | 879ca7a98497ac876c7e99a3cf71034bc16765a9 /comms/mgetty+sendfax/Makefile | |
parent | 99f2fbda77ac25099bb7bf62e90ea3839443e8d5 (diff) | |
download | freebsd-ports-graphics-09d559cf74ae3057823cd38f4571283afc03a6bc.tar.gz freebsd-ports-graphics-09d559cf74ae3057823cd38f4571283afc03a6bc.tar.zst freebsd-ports-graphics-09d559cf74ae3057823cd38f4571283afc03a6bc.zip |
Include a default configuration file for voice.
PR: ports/63981
Submitted by: Antoine Jacoutot <ajacoutot@lphp.org>
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-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 0544c0f6e68..78a32eb279b 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -7,7 +7,7 @@ PORTNAME= mgetty PORTVERSION= 1.1.30.12.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms MASTER_SITES= ftp://alpha.greenie.net/pub/mgetty/source/1.1/ DISTNAME= mgetty1.1.30-Dec16 @@ -86,6 +86,8 @@ post-install: ${PREFIX}/etc/mgetty+sendfax/faxrunq.config.dist @${CP} ${PREFIX}/etc/mgetty+sendfax/login.config \ ${PREFIX}/etc/mgetty+sendfax/login.config.dist + ${INSTALL_DATA} -m 600 ${WRKSRC}/voice/voice.conf-dist \ + ${PREFIX}/etc/mgetty+sendfax/voice.conf.dist @${TAR} -cf - -C ${WRKSRC} samples | ${TAR} -xf - -C ${PREFIX}/lib/mgetty+sendfax/ @install-info ${PREFIX}/info/mgetty.info ${PREFIX}/info/dir .if !defined(BATCH) |