summaryrefslogtreecommitdiff
path: root/net/isc-dhcp2/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-09 23:50:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-09 23:50:05 +0000
commita62ef117adef880270144de78972aaecb86865d8 (patch)
tree7bcc46699d38b263f88f80764f83dbe096f576a9 /net/isc-dhcp2/Makefile
parentThe cpwh variable is not always defined and thus caused a syntax error (diff)
Compress manpages so that this thing actually packages. Also, change
package name slightly (no "beta" allowed in version string).
Notes
Notes: svn path=/head/; revision=2816
Diffstat (limited to 'net/isc-dhcp2/Makefile')
-rw-r--r--net/isc-dhcp2/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/isc-dhcp2/Makefile b/net/isc-dhcp2/Makefile
index 5a69fea589ec..81bcab0c6303 100644
--- a/net/isc-dhcp2/Makefile
+++ b/net/isc-dhcp2/Makefile
@@ -3,11 +3,11 @@
# Date created: 7 Mar 1996
# Whom: se
#
-# $Id: Makefile,v 1.2 1996/02/29 09:22:43 asami Exp $
+# $Id: Makefile,v 1.1 1996/03/08 11:45:10 se Exp $
#
DISTNAME= DHCPD-BETA-0
-PKGNAME= isc-dhcp-beta0
+PKGNAME= isc-dhcp-b0
CATEGORIES+= net
MASTER_SITES= ftp://www.isc.org/pub/dhcp/
@@ -17,5 +17,9 @@ do-install:
cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) dhcpd dhclient $(PREFIX)/sbin
cd ${WRKSRC}; $(INSTALL) -c -o $(MANOWN) -g $(MANGRP) -m $(MANMODE) dhcpd.conf.5${ZEXTENSION} $(PREFIX)/man/man5
cd ${WRKSRC}; $(INSTALL) -c -o $(MANOWN) -g $(MANGRP) -m $(MANMODE) dhcpd.8${ZEXTENSION} $(PREFIX)/man/man8
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf $(PREFIX)/man/man5/dhcpd.conf.5${ZEXTENSION}
+ gzip -9nf $(PREFIX)/man/man8/dhcpd.8${ZEXTENSION}
+.endif
.include <bsd.port.mk>