diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 02:16:01 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 02:16:01 +0000 |
commit | 65953fe039057c99ec05406e141f6bbfc259f386 (patch) | |
tree | 5b23f0c5b89fc68f284dafd6f8eaa4b0d1171ecf /comms | |
parent | e567c2d5442a3ae08440b00009036609d484cb9a (diff) | |
download | ports-65953fe039057c99ec05406e141f6bbfc259f386.tar.gz ports-65953fe039057c99ec05406e141f6bbfc259f386.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/yaps/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/yaps/Makefile b/comms/yaps/Makefile index 6b40eb90ffe7..7faf8e367397 100644 --- a/comms/yaps/Makefile +++ b/comms/yaps/Makefile @@ -3,19 +3,18 @@ # Date created: Di 29 Sep 1998 15:51:27 CEST # Whom: se # -# $Id: Makefile,v 1.1.1.1 1998/10/09 04:50:07 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/10/10 20:18:31 jseger Exp $ # DISTNAME= yaps-0.96 CATEGORIES= comms -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/comm/ +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/comm/ \ + ftp://ftp.cdrom.com/pub/linux/sunsite/apps/serialcomm/machines/ MAINTAINER= se@FreeBSD.ORG USE_GMAKE= true -BROKEN= fetch - MAN1= yaps.1 post-install: |