aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-12-05 03:09:05 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-12-05 03:09:05 +0000
commit4fde2f0516ee72123c25f2cde4be0144b969cd6f (patch)
treecdde42786a282034b16006deb323a588128e693c /comms/mgetty+sendfax/Makefile
parent09c9b1697a7b11a54494ce6a1d69094e82c3e707 (diff)
downloadports-4fde2f0516ee72123c25f2cde4be0144b969cd6f.tar.gz
ports-4fde2f0516ee72123c25f2cde4be0144b969cd6f.zip
Upgrade to version 1.1.27.
Install a default new_fax program. Install sample files.
Notes
Notes: svn path=/head/; revision=51040
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r--comms/mgetty+sendfax/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 162d5b4e674f..faa53f023321 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= mgetty
-PORTVERSION= 1.1.25.02.01
+PORTVERSION= 1.1.27.10.21
CATEGORIES= comms
MASTER_SITES= ftp://alpha.greenie.net/pub/mgetty/source/1.1/
-DISTNAME= mgetty1.1.25-Feb01
+DISTNAME= mgetty1.1.27-Oct21
MAINTAINER= jmz@FreeBSD.org
-WRKSRC= ${WRKDIR}/mgetty-1.1.25
+WRKSRC= ${WRKDIR}/mgetty-1.1.27
MAKE_FLAGS= prefix=${PREFIX} -f
MAN1= coverpg.1 \
fax.1 \
@@ -45,6 +45,7 @@ post-install:
${PREFIX}/etc/mgetty+sendfax/faxrunq.config.dist
@${CP} ${PREFIX}/etc/mgetty+sendfax/login.config \
${PREFIX}/etc/mgetty+sendfax/login.config.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)
@(cd ${PKGDIR}; export PKG_PREFIX=${PREFIX}; ${PERL5} ${PKGINSTALL} _ POST-INSTALL)