diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2002-03-30 18:51:08 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2002-03-30 18:51:08 +0000 |
commit | 23a9ceed46dc0d15f794e1ef6280dc2b96aa6b1f (patch) | |
tree | 4ef42353dff6e2961b9ed88fa667dee64f51d2be | |
parent | Remove this port. LotusXSL is still the internal name for the product, (diff) |
Fix MASTER_SITES.
PR: 36495
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
-rw-r--r-- | net/ipw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipw/Makefile b/net/ipw/Makefile index 7b5bf521eafd..27b908e1cc2a 100644 --- a/net/ipw/Makefile +++ b/net/ipw/Makefile @@ -8,7 +8,7 @@ PORTNAME= ipw PORTVERSION= 3.3.a CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_FREEBSD} +MASTER_SITES= http://www.mjhb.com/ipw/ DISTNAME= ipw MAINTAINER= ports@freebsd.org |