diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-29 15:03:02 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-29 15:03:02 +0800 |
commit | 239ed910e11d20a20ca9157737a47cab327ce029 (patch) | |
tree | 8d204dff8bf98573d294bf1783659100df685fc0 /net/ppp-nt | |
parent | f17b068fb4d12e722996a8380faf25f24f4f5bf4 (diff) | |
download | freebsd-ports-gnome-239ed910e11d20a20ca9157737a47cab327ce029.tar.gz freebsd-ports-gnome-239ed910e11d20a20ca9157737a47cab327ce029.tar.zst freebsd-ports-gnome-239ed910e11d20a20ca9157737a47cab327ce029.zip |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
Diffstat (limited to 'net/ppp-nt')
-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 |