summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-11 01:38:39 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-11 01:38:39 +0000
commita6ab66e867594b33445333e56dbe37b7f0542a95 (patch)
tree8d40321d3efd6f6882b04e3903917a9aab53a2ed /comms/mgetty+sendfax
parentAdd the correct extract suffix and correct the filename (diff)
Jean-Marc Zucconi's changes to get this to work.
Notes
Notes: svn path=/head/; revision=361
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r--comms/mgetty+sendfax/Makefile4
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>