diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-10 00:09:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-10 00:09:40 +0000 |
commit | 1893509bda1d19624e524d74ce81ccead425c07f (patch) | |
tree | ac5a7367ed9d1d3903fa03662e6e3e659878da99 /comms | |
parent | 15a055213797a8e79437b916a882f203641dbb8a (diff) | |
download | ports-1893509bda1d19624e524d74ce81ccead425c07f.tar.gz ports-1893509bda1d19624e524d74ce81ccead425c07f.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/minicom/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 37f2bcb6b8fd..dbb38bcfb0f6 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -4,15 +4,16 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.19 1999/03/12 15:52:27 scrappy Exp $ +# $Id: Makefile,v 1.20 1999/04/14 00:27:12 scrappy Exp $ # DISTNAME= ${PKGNAME}.src PKGNAME= minicom-1.82.1 CATEGORIES= comms -MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ \ - ${MASTER_SITE_SUNSITE} \ +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ 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 MAINTAINER= obrien@FreeBSD.org |