diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
commit | 1228d352eecd5d09314870cfcc461adb754dfca0 (patch) | |
tree | ea5c179cc339efd87a4197efd97f322189f59907 /net/ppp-nt/Makefile | |
parent | Revert my last changes. Someone else already have added DESCR. (diff) |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
Diffstat (limited to 'net/ppp-nt/Makefile')
-rw-r--r-- | net/ppp-nt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ppp-nt/Makefile b/net/ppp-nt/Makefile index 04a33f65a621..3cdd6d603ac0 100644 --- a/net/ppp-nt/Makefile +++ b/net/ppp-nt/Makefile @@ -9,11 +9,13 @@ PORTNAME= ppp-nt PORTVERSION= 2.2.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ - http://people.FreeBSD.org/~sada/distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sada DISTNAME= ppp-2.2.7 PATCH_SITES= http://www.rr.iij4u.or.jp/~sada/patches/ \ - http://people.FreeBSD.org/~sada/distfiles/ + ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= sada PATCHFILES= nat-980920.patch.gz ppp-2.2.7-telehoudai.diff.gz PATCH_DIST_STRIP= -p1 |