diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-10 08:33:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-10 08:33:56 +0000 |
commit | f8b711838ed1d1b4f1430c6e134618588dbe30e8 (patch) | |
tree | 66e4c15825aa63ff2cebb46b484f464461bd6516 /comms/minicom | |
parent | 50811dc93eb4325092b10a330a6964991628f43b (diff) | |
download | ports-f8b711838ed1d1b4f1430c6e134618588dbe30e8.tar.gz ports-f8b711838ed1d1b4f1430c6e134618588dbe30e8.zip |
Notes
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index dbb38bcfb0f6..82417f32b45c 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -4,14 +4,14 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.20 1999/04/14 00:27:12 scrappy Exp $ +# $Id: Makefile,v 1.21 1999/07/10 00:09:40 obrien Exp $ # DISTNAME= ${PKGNAME}.src PKGNAME= minicom-1.82.1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.clinet.fi/~walker/ + http://www.clinet.fi/~walker/ \ http://www.pp.clinet.fi/~walker/ \ ftp://ftp.cistron.nl/pub/people/miquels/software/ MASTER_SITE_SUBDIR= apps/serialcomm/dialout |