diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/ppp-nt | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) |
Notes
Diffstat (limited to 'net/ppp-nt')
-rw-r--r-- | net/ppp-nt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ppp-nt/Makefile b/net/ppp-nt/Makefile index 5a236fbbe285..04a33f65a621 100644 --- a/net/ppp-nt/Makefile +++ b/net/ppp-nt/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: ppp + nat + time schedule -# Version required: 2.2.7 # Date created: 10 August 1998 # Whom: SADA Kenji <sada@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= ppp-2.2.7 -PKGNAME= ppp-nt-2.2.7 +PORTNAME= ppp-nt +PORTVERSION= 2.2.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ http://people.FreeBSD.org/~sada/distfiles/ +DISTNAME= ppp-2.2.7 PATCH_SITES= http://www.rr.iij4u.or.jp/~sada/patches/ \ http://people.FreeBSD.org/~sada/distfiles/ |