diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-12 15:52:27 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-12 15:52:27 +0000 |
commit | 853c43f70be6f29f411f26fce240a956dd914c5b (patch) | |
tree | b7c531ec05c3af99e444c399aa82ca71a5e5e5e9 /comms | |
parent | 33fc2785c0c7717c8f283cb27526ca250301a38a (diff) | |
download | FreeBSD-ports-853c43f70be6f29f411f26fce240a956dd914c5b.zip FreeBSD-ports-853c43f70be6f29f411f26fce240a956dd914c5b.tar.gz |
More Y2K/WWW_SITE links...
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 5 | ||||
-rw-r--r-- | comms/minicom/Makefile | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index ff99350..e9b84de 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Apr 1997 # Whom: ports@freebsd.org # -# $Id: Makefile,v 1.20 1998/11/25 09:01:16 asami Exp $ +# $Id: Makefile,v 1.21 1999/01/21 11:12:20 itojun Exp $ # DISTNAME= hylafax-v4.0pl2 @@ -16,6 +16,9 @@ EXTRACT_SUFX= -tar.gz MAINTAINER= ports@freebsd.org +Y2K= http://www.hylafax.org/HylaFAQ/Q189.html +WWW_SITE= http://www.hylafax.org + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm # no dependency on ghostscript because we don't know which diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 40c1154..55a16e6 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 \ |