diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2001-03-21 20:29:11 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2001-03-21 20:29:11 +0000 |
commit | 1d3615171cb231e1445fd305b785964f4720cade (patch) | |
tree | 85958cb9ceb114014bc867a01f88288036421721 | |
parent | e922290e861edaec466d150d9224634262a9a7d9 (diff) | |
download | ports-1d3615171cb231e1445fd305b785964f4720cade.tar.gz ports-1d3615171cb231e1445fd305b785964f4720cade.zip |
Notes
-rw-r--r-- | net/ipw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipw/Makefile b/net/ipw/Makefile index 8b0641cc785c..7b5bf521eafd 100644 --- a/net/ipw/Makefile +++ b/net/ipw/Makefile @@ -8,10 +8,10 @@ PORTNAME= ipw PORTVERSION= 3.3.a CATEGORIES= net -MASTER_SITES= http://mjhb.marina-del-rey.ca.us/ipw/ +MASTER_SITES= ${MASTER_SITE_FREEBSD} DISTNAME= ipw -MAINTAINER= mph@freebsd.org +MAINTAINER= ports@freebsd.org NO_WRKSUBDIR= yes |