summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-24 05:58:58 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-24 05:58:58 +0000
commit3fd025381e4451a143a4ac4f4f0ee65f7d78f074 (patch)
treeea8c6481a3b7407d00b2d361dc1cdc995f847225 /net
parentUpdate to version 0.7 (diff)
Fix install error, ${INSTALL_MAN} ${MAN8} -> .. ${MAN8}.gz.
I broke this a while ago and didn't notice it until now.
Notes
Notes: svn path=/head/; revision=20336
Diffstat (limited to 'net')
-rw-r--r--net/cvsupd-bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cvsupd-bin/Makefile b/net/cvsupd-bin/Makefile
index 1311a0f71578..52f44c7789c5 100644
--- a/net/cvsupd-bin/Makefile
+++ b/net/cvsupd-bin/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 August 1998
# Whom: Sheldon Hearn <axl@iafrica.com>
#
-# $Id: Makefile,v 1.6 1999/07/04 20:50:37 steve Exp $
+# $Id: Makefile,v 1.7 1999/07/05 04:22:36 cpiazza Exp $
#
DISTNAME= cvsupd-bin-16.0
@@ -27,6 +27,6 @@ STRIP=
do-install:
cd ${WRKSRC}; \
${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \
- ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8
+ ${INSTALL_MAN} ${MAN8}.gz ${PREFIX}/man/man8
.include <bsd.port.mk>