diff options
author | jseger <jseger@FreeBSD.org> | 1997-11-27 07:20:45 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1997-11-27 07:20:45 +0800 |
commit | 7a93abd2bebd11fb4a6cccaabb2a74f1991591a5 (patch) | |
tree | e2458c58ac0eb590c6759278c69ecab716c575c0 /comms/minicom | |
parent | 6232eed3bd96317eb089d129fdd2367327390870 (diff) | |
download | freebsd-ports-gnome-7a93abd2bebd11fb4a6cccaabb2a74f1991591a5.tar.gz freebsd-ports-gnome-7a93abd2bebd11fb4a6cccaabb2a74f1991591a5.tar.zst freebsd-ports-gnome-7a93abd2bebd11fb4a6cccaabb2a74f1991591a5.zip |
Remove bad MASTER_SITE, fix version required line.
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index fa7a3cfcfc07..c9d22ee31e1d 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,16 +1,14 @@ # New ports collection makefile for: minicom -# Version required: 1.74 +# Version required: 1.75 # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.10 1997/04/04 15:58:10 obrien Exp $ +# $Id: Makefile,v 1.11 1997/07/13 18:49:13 max Exp $ # DISTNAME= minicom-1.75 CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.cistron.nl/pub/people/miquels/software/ -MASTER_SITE_SUBDIR= apps/serialcomm/dialout +MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ MAINTAINER= obrien@FreeBSD.org |