summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-07-24 05:58:58 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-07-24 05:58:58 +0000
commit28b329a31d72eea0d4d4521aee853ec50f7fb6fa (patch)
tree677ace6506e627db7415f238d8edc2bc0e9b1d8e
parentc756697d0830c9690306108d6d932eda17316702 (diff)
downloadFreeBSD-ports-28b329a31d72eea0d4d4521aee853ec50f7fb6fa.zip
FreeBSD-ports-28b329a31d72eea0d4d4521aee853ec50f7fb6fa.tar.gz
Fix install error, ${INSTALL_MAN} ${MAN8} -> .. ${MAN8}.gz.
I broke this a while ago and didn't notice it until now.
-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 1311a0f..52f44c7 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>
OpenPOWER on IntegriCloud