diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-09 22:35:05 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-09 22:35:05 +0000 |
commit | 4f183f626d9d40d39f3d3869a795f61619d00270 (patch) | |
tree | d17ff9cb6c11fa1c64e586295adb7ad183e7cc13 /comms/minicom | |
parent | 0f4b1e80ad53b31f8e03e59ed264afd6322a98bb (diff) | |
download | ports-4f183f626d9d40d39f3d3869a795f61619d00270.tar.gz ports-4f183f626d9d40d39f3d3869a795f61619d00270.zip |
Notes
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 25aa47c29256..b84a9daad061 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -4,13 +4,15 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp $ +# $Id: Makefile,v 1.14 1998/08/11 10:29:56 obrien Exp $ # DISTNAME= ${PKGNAME}.src PKGNAME= minicom-1.80 CATEGORIES= comms -MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ +MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/OLD/ \ + ftp://ftp.nstu.ru/pub/sources/nettools/modem/ \ + ftp://ftp.okbmei.msk.su/pub/comm/minicom/ MAINTAINER= obrien@FreeBSD.org |