diff options
author | mph <mph@FreeBSD.org> | 2001-03-22 04:29:11 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2001-03-22 04:29:11 +0800 |
commit | 501abb64876bcb1267ecab9308c13c8a0eecb814 (patch) | |
tree | e064ccfb24e12a857712b390350181cdde3c29fa /net | |
parent | 410ca4d4e1455e7872499b56ef6c165abb020e3f (diff) | |
download | freebsd-ports-gnome-501abb64876bcb1267ecab9308c13c8a0eecb814.tar.gz freebsd-ports-gnome-501abb64876bcb1267ecab9308c13c8a0eecb814.tar.zst freebsd-ports-gnome-501abb64876bcb1267ecab9308c13c8a0eecb814.zip |
I have no idea where this distfile has gone. Set it to MASTER_SITE_FREEBSD
and abandon maintainership.
Diffstat (limited to 'net')
-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 |