diff options
author | jmz <jmz@FreeBSD.org> | 2001-12-05 11:09:05 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-12-05 11:09:05 +0800 |
commit | 8ea96712abca90fff2617224d911f08206a7211e (patch) | |
tree | fcf9e1246694bba9fbab338cf0740e36c2a203e1 /comms/mgetty+sendfax/Makefile | |
parent | 7ae2bfef9acd733fab4ba67bb8ca5194be162053 (diff) | |
download | freebsd-ports-graphics-8ea96712abca90fff2617224d911f08206a7211e.tar.gz freebsd-ports-graphics-8ea96712abca90fff2617224d911f08206a7211e.tar.zst freebsd-ports-graphics-8ea96712abca90fff2617224d911f08206a7211e.zip |
Upgrade to version 1.1.27.
Install a default new_fax program.
Install sample files.
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 162d5b4e674..faa53f02332 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) |