diff options
author | tron <tron@pkgsrc.org> | 1999-04-14 21:31:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-14 21:31:44 +0000 |
commit | 70bc5709036bd339bc8411dc172a0765ba7556fd (patch) | |
tree | 95d20e74a329266b8ed828bb74a0bf9680ed864f | |
parent | c4fbeaf9dc03621169f94a2aeab07ede7aed47c1 (diff) | |
download | pkgsrc-70bc5709036bd339bc8411dc172a0765ba7556fd.tar.gz |
Try to fetch disttribution file from "sunsite" or one of its mirrors
first.
-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 f3270acea65..09b7413363c 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.11 1999/04/14 21:13:24 tron Exp $ +# $NetBSD: Makefile,v 1.12 1999/04/14 21:31:44 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # DISTNAME= ${PKGNAME}.src PKGNAME= minicom-1.82.1 CATEGORIES= comms -MASTER_SITES= http://www.pp.clinet.fi/~walker/ +MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/serialcomm/dialout/} \ + http://www.pp.clinet.fi/~walker/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.clinet.fi/~walker/minicom.html |