diff options
author | pst <pst@FreeBSD.org> | 1997-01-15 04:16:10 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-01-15 04:16:10 +0800 |
commit | 7084d4e524cadca3f7d63c09bbf1df78580df547 (patch) | |
tree | 5a3a14ad42b250381488ea00897f489b05e8600c /net/isc-dhcp3-server | |
parent | f13d94e747f5b4c8dd2c99dfe6c269f3860a889b (diff) | |
download | freebsd-ports-graphics-7084d4e524cadca3f7d63c09bbf1df78580df547.tar.gz freebsd-ports-graphics-7084d4e524cadca3f7d63c09bbf1df78580df547.tar.zst freebsd-ports-graphics-7084d4e524cadca3f7d63c09bbf1df78580df547.zip |
Serves me right for committing work I hadn't looked at in over a month.
This cleans up everything, installs man pages properly, et al.
The dhcp client is not installed, since it is not yet functional.
Diffstat (limited to 'net/isc-dhcp3-server')
-rw-r--r-- | net/isc-dhcp3-server/Makefile | 8 | ||||
-rw-r--r-- | net/isc-dhcp3-server/pkg-descr | 8 | ||||
-rw-r--r-- | net/isc-dhcp3-server/pkg-plist | 1 |
3 files changed, 4 insertions, 13 deletions
diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile index 5b4cf99f183..767f9852391 100644 --- a/net/isc-dhcp3-server/Makefile +++ b/net/isc-dhcp3-server/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.4 1996/11/18 11:35:12 asami Exp $ +# $Id: Makefile,v 1.5 1997/01/14 05:29:25 pst Exp $ # DISTNAME= DHCPD-BETA-5.14 @@ -12,13 +12,9 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.vix.com/pub/dhcp/ MAINTAINER= se@FreeBSD.ORG +HAS_CONFIGURE= yes MAN5= dhcpd.conf.5${ZEXTENSION} MAN8= dhcpd.8${ZEXTENSION} -do-install: - cd ${WRKSRC}; $(INSTALL_PROGRAM) dhcpd dhclient $(PREFIX)/sbin - cd ${WRKSRC}; $(INSTALL_MAN) dhcpd.conf.5${ZEXTENSION} $(PREFIX)/man/man5 - cd ${WRKSRC}; $(INSTALL_MAN) dhcpd.8${ZEXTENSION} $(PREFIX)/man/man8 - .include <bsd.port.mk> diff --git a/net/isc-dhcp3-server/pkg-descr b/net/isc-dhcp3-server/pkg-descr index e19d7101817..2e7a04bcb82 100644 --- a/net/isc-dhcp3-server/pkg-descr +++ b/net/isc-dhcp3-server/pkg-descr @@ -1,11 +1,7 @@ -ISC-DHCP (BETA 0) Dynamic Host Configuration Protocol server and client +ISC-DHCP Dynamic Host Configuration Protocol server -This is the first Beta release of the Internet Software Consortium +This is a beta release of the Internet Software Consortium DHCP Server (ISC dhcpd). In this Beta release, support for the core DHCP protocol is provided. BOOTP support is also provided for backwards compatibility. -This release of dhcpd does not contain support for DHCPINFORM. -Support for DHCPINFORM will be present in the next release. -DHCPINFORM is somewhat tangential to the main purpose of the DHCP -protocol, so this probably won't be a major problem for most users. diff --git a/net/isc-dhcp3-server/pkg-plist b/net/isc-dhcp3-server/pkg-plist index d0a99e41049..54b1e574e2d 100644 --- a/net/isc-dhcp3-server/pkg-plist +++ b/net/isc-dhcp3-server/pkg-plist @@ -1,4 +1,3 @@ man/man5/dhcpd.conf.5.gz man/man8/dhcpd.8.gz sbin/dhcpd -sbin/dhclient |