1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix install error, ${INSTALL_MAN} ${MAN8} -> .. ${MAN8}.gz.

I broke this a while ago and didn't notice it until
now.
This commit is contained in:
Chris Piazza 1999-07-24 05:58:58 +00:00
parent 35e08ef4ac
commit 3fd025381e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20336

View File

@ -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>