diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-28 01:36:50 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-28 01:36:50 +0000 |
commit | 19f3fc71deeb0e5d8ce6f639513846711596f8da (patch) | |
tree | 7e280b6763b9d568173c35bab21e8990052c44be /comms/minicom | |
parent | e93d77633dd56445a70a4f02cafbefff894e5c20 (diff) | |
download | ports-19f3fc71deeb0e5d8ce6f639513846711596f8da.tar.gz ports-19f3fc71deeb0e5d8ce6f639513846711596f8da.zip |
Notes
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 601f737266cf..41efb4dbaca4 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -4,12 +4,13 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.6 1996/11/18 10:35:07 asami Exp $ +# $Id: Makefile,v 1.7 1996/11/24 08:51:38 obrien Exp $ # DISTNAME= minicom-1.75 CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://ftp.cistron.nl/pub/people/miquels/software/ MASTER_SITE_SUBDIR= apps/comm MAINTAINER= obrien@cs.ucdavis.edu |