diff options
author | peter <peter@FreeBSD.org> | 2000-02-08 09:29:51 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-02-08 09:29:51 +0000 |
commit | c9c843891c76b671ac6eee41d35c710cde3c9073 (patch) | |
tree | 774b8d74b0afa6b7e2ab2c3627ddb45d469aa2fa /net/ppp-nt | |
parent | 57a9159d7c34120bffcee4a5c39fabd14d2bc6d8 (diff) | |
download | FreeBSD-ports-c9c843891c76b671ac6eee41d35c710cde3c9073.zip FreeBSD-ports-c9c843891c76b671ac6eee41d35c710cde3c9073.tar.gz |
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
Diffstat (limited to 'net/ppp-nt')
-rw-r--r-- | net/ppp-nt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppp-nt/Makefile b/net/ppp-nt/Makefile index e03f79c..5a236fb 100644 --- a/net/ppp-nt/Makefile +++ b/net/ppp-nt/Makefile @@ -10,10 +10,10 @@ DISTNAME= ppp-2.2.7 PKGNAME= ppp-nt-2.2.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ - http://www.freebsd.org/~sada/distfiles/ + http://people.FreeBSD.org/~sada/distfiles/ PATCH_SITES= http://www.rr.iij4u.or.jp/~sada/patches/ \ - http://www.freebsd.org/~sada/distfiles/ + http://people.FreeBSD.org/~sada/distfiles/ PATCHFILES= nat-980920.patch.gz ppp-2.2.7-telehoudai.diff.gz PATCH_DIST_STRIP= -p1 |