diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ppp-nt/Makefile | 9 | ||||
-rw-r--r-- | net/ppp-nt/pkg-descr | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/ppp-nt/Makefile b/net/ppp-nt/Makefile index 3cdd6d603ac0..bc2abf7e717c 100644 --- a/net/ppp-nt/Makefile +++ b/net/ppp-nt/Makefile @@ -5,17 +5,16 @@ # $FreeBSD$ # -PORTNAME= ppp-nt +PORTNAME= ppp PORTVERSION= 2.2.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sada -DISTNAME= ppp-2.2.7 +PKGNAMESUFFIX= -nt -PATCH_SITES= http://www.rr.iij4u.or.jp/~sada/patches/ \ - ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= sada +PATCH_SITES= ${MASTER_SITES} +PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} PATCHFILES= nat-980920.patch.gz ppp-2.2.7-telehoudai.diff.gz PATCH_DIST_STRIP= -p1 diff --git a/net/ppp-nt/pkg-descr b/net/ppp-nt/pkg-descr index 4c867f7c6bbc..ba6000a806c7 100644 --- a/net/ppp-nt/pkg-descr +++ b/net/ppp-nt/pkg-descr @@ -2,11 +2,11 @@ User process PPP with Multiprotocol NAT and Time schedule extention. Based on the PPP program for FreeBSD 2.2.7-RELEASE. The NAT extention is from - <URL:http://www2a.meshnet.or.jp/~junichi/freebsd/lowtech/nat.html>. +WWW: http://www2a.meshnet.or.jp/~junichi/freebsd/lowtech/nat.html Example setup line: "set taddr 192.168.0.0/24" The time schedule extention is from - <URL:http://www.bremen.or.jp/shigeru/FreeBSD/ppp.html>. +WWW: http://www.bremen.or.jp/shigeru/FreeBSD/ppp.html Example setup line: "set schedule deny 7:58 23:01" - SADA Kenji |