diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/wide-dhcp/Makefile | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/wide-dhcp/Makefile')
-rw-r--r-- | net/wide-dhcp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wide-dhcp/Makefile b/net/wide-dhcp/Makefile index 875920f..d13ff93 100644 --- a/net/wide-dhcp/Makefile +++ b/net/wide-dhcp/Makefile @@ -1,19 +1,19 @@ # ex:ts=8 # Ports collection makefile for: dhcp -# Version required: 0.0 # Date created: 21 November 1995 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # # $FreeBSD$ # -DISTNAME= dhcp-1.4.0p6 -PKGNAME= wide-dhcp-1.4.0p6 +PORTNAME= wide-dhcp +PORTVERSION= 1.4.0.p6 CATEGORIES= net MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/dhcp/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/wide-dhcp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/dhcp/wide/ \ ftp://ftp.sage-au.org.au/pub/network/boot/wide-dhcp/ +DISTNAME= dhcp-1.4.0p6 MAINTAINER= obrien@FreeBSD.org |