diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2002-03-31 02:51:08 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2002-03-31 02:51:08 +0800 |
commit | 72d35835a080201a45629ad259b6579b2c2e023d (patch) | |
tree | f07393b224d351a73baf7e7aeb3ac05265804142 /net/ipw | |
parent | 629dccb41b1b0894e932c2234f888b9adb741ba8 (diff) | |
download | freebsd-ports-gnome-72d35835a080201a45629ad259b6579b2c2e023d.tar.gz freebsd-ports-gnome-72d35835a080201a45629ad259b6579b2c2e023d.tar.zst freebsd-ports-gnome-72d35835a080201a45629ad259b6579b2c2e023d.zip |
Fix MASTER_SITES.
PR: 36495
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'net/ipw')
-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 |