diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-12 15:52:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-12 15:52:27 +0000 |
commit | da2f1b30b8bf3b01f52d56cf6ec3ed183bc3e189 (patch) | |
tree | 8aff69973b92269550dc8dcdddb40d2941622f5c /comms/minicom | |
parent | 23aec755f6415d4323412378cd1b4f8785eeff06 (diff) | |
download | ports-da2f1b30b8bf3b01f52d56cf6ec3ed183bc3e189.tar.gz ports-da2f1b30b8bf3b01f52d56cf6ec3ed183bc3e189.zip |
Notes
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 40c1154f9d27..55a16e60f005 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -4,7 +4,7 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.17 1999/02/14 06:55:16 asami Exp $ +# $Id: Makefile,v 1.18 1999/02/18 07:15:01 obrien Exp $ # DISTNAME= ${PKGNAME}.src @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ \ http://www.clinet.fi/~walker/ MASTER_SITE_SUBDIR= apps/serialcomm/dialout +WWW_SITE= http://www.pp.clinet.fi/~walker/minicom.html + MAINTAINER= obrien@FreeBSD.org RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ |