aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2000-08-08 23:17:28 +0800
committersada <sada@FreeBSD.org>2000-08-08 23:17:28 +0800
commite0ece34cd191d20e06afce2d96d36243b98133cc (patch)
treed46ef4558c37659fd8c181876ae1e905fe2d27d5 /net
parent33f2245238274877f3ea33060b9a9592e8a966ba (diff)
downloadfreebsd-ports-gnome-e0ece34cd191d20e06afce2d96d36243b98133cc.tar.gz
freebsd-ports-gnome-e0ece34cd191d20e06afce2d96d36243b98133cc.tar.zst
freebsd-ports-gnome-e0ece34cd191d20e06afce2d96d36243b98133cc.zip
* Change PATCH_SITES as same as MASTER_SITES since I began to
distribute the patch files at MASTER_SITE_PORTS_JP. * Some portlints.
Diffstat (limited to 'net')
-rw-r--r--net/ppp-nt/Makefile9
-rw-r--r--net/ppp-nt/pkg-descr4
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