diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-11 09:38:39 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-11 09:38:39 +0800 |
commit | 51e8ba022959dbab18f95044ae325b6a0ca581fe (patch) | |
tree | 821de4376d87879d52e22db274fca1bf2b00ee2d /comms/mgetty+sendfax | |
parent | f22f00ffaca273052de3594ca5d4a0b3db8727d4 (diff) | |
download | freebsd-ports-gnome-51e8ba022959dbab18f95044ae325b6a0ca581fe.tar.gz freebsd-ports-gnome-51e8ba022959dbab18f95044ae325b6a0ca581fe.tar.zst freebsd-ports-gnome-51e8ba022959dbab18f95044ae325b6a0ca581fe.zip |
Jean-Marc Zucconi's changes to get this to work.
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 2e9ee648c99e..6da96f423859 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,7 +1,7 @@ DISTNAME= mgetty-0.21 -DISTFILES= mgetty021-Aug21.tar.gz +DISTFILES= mgetty021-Nov09.tar.gz MASTER_SITES= ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/networking/communication/modem/mgetty/ -MAKE_FLAGS= FAX_SPOOL=/var/spool/fax +MAKE_FLAGS= FAX_SPOOL=/var/spool/fax LDFLAGS=-lutil prefix=${PREFIX} IS_INTERACTIVE= yes .include <bsd.port.mk> |