diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-14 14:42:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-14 14:42:15 +0000 |
commit | af96abdfe0ab62165673a8fd7760c4a664e6eb1f (patch) | |
tree | 3f8f49e78f7715030c2e7746753288fafdb5d57f /comms/minicom | |
parent | 7f412705760df7c9e256e91a9dbeb87a8ccc88ae (diff) | |
download | pkgsrc-af96abdfe0ab62165673a8fd7760c4a664e6eb1f.tar.gz |
Replace non-working master sites with MASTER_SITE_BACKUP. Addresses PR 21867.
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index b1530afe891..a24a0d2f8fe 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/06/02 01:21:21 jschauma Exp $ +# $NetBSD: Makefile,v 1.32 2003/06/14 14:42:15 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # @@ -6,8 +6,9 @@ DISTNAME= ${PKGNAME}.src PKGNAME= minicom-1.83.1 WRKSRC= ${WRKDIR}/${PKGNAME}/src CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/serialcomm/dialout/} \ - http://www.pp.clinet.fi/~walker/ +MASTER_SITES= ${MASTER_SITE_BACKUP} +#MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/serialcomm/dialout/} \ +# http://www.pp.clinet.fi/~walker/ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://alioth.debian.org/projects/minicom/ |