summaryrefslogtreecommitdiff
path: root/net/isc-dhcp2/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-03 06:47:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-03 06:47:59 +0000
commit1fe4bf0a64522b982811ffa9c5364997e02ce451 (patch)
treec69ea3c77f9388b2fb30737b7b01b9deb5b7451f /net/isc-dhcp2/Makefile
parentCorrect way to say "ignore checksum" is to set IGNOREFILES. NO_CHECKSUM (diff)
There is no ZEXTENSION defined anywhere. (Besides, you are not supposed
to add the ".gz" suffix to the MAN? variables.)
Notes
Notes: svn path=/head/; revision=6685
Diffstat (limited to 'net/isc-dhcp2/Makefile')
-rw-r--r--net/isc-dhcp2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/isc-dhcp2/Makefile b/net/isc-dhcp2/Makefile
index ebc5b9896b31..653f4583390c 100644
--- a/net/isc-dhcp2/Makefile
+++ b/net/isc-dhcp2/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 Mar 1996
# Whom: se
#
-# $Id: Makefile,v 1.7 1997/05/31 16:13:58 pst Exp $
+# $Id: Makefile,v 1.8 1997/06/01 04:51:57 obrien Exp $
#
DISTNAME= DHCPD-BETA-5.16
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
HAS_CONFIGURE= yes
-MAN5= dhcpd.conf.5${ZEXTENSION}
-MAN8= dhcpd.8${ZEXTENSION}
+MAN5= dhcpd.conf.5
+MAN8= dhcpd.8
.include <bsd.port.mk>