diff options
author | tron <tron> | 1999-04-14 21:31:44 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-14 21:31:44 +0000 |
commit | f3cee2dd5b4bcc7ee55d89e58611006686b85ce9 (patch) | |
tree | 95d20e74a329266b8ed828bb74a0bf9680ed864f /comms/minicom | |
parent | 03e6904e9124b78e8d968caca48c9a38543ef413 (diff) | |
download | pkgsrc-f3cee2dd5b4bcc7ee55d89e58611006686b85ce9.tar.gz |
Try to fetch disttribution file from "sunsite" or one of its mirrors
first.
Diffstat (limited to 'comms/minicom')
-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 |