diff options
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 |