From 5201e684973709478cd0e0f268310adadacc4284 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 17 Apr 1998 09:37:21 +0000 Subject: Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. --- devel/cvs/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'devel/cvs/Makefile') diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 96ce99e0264..be572ac3fc4 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/15 10:38:19 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/17 09:37:23 agc Exp $ # DISTNAME= cvs-1.9 @@ -7,9 +7,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= lamj@stat.cmu.edu -BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo -RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo - GNU_CONFIGURE= yes .if exists(/usr/lib/libkrb.a) @@ -21,12 +18,11 @@ MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= cvs.1 MAN5= cvs.5 MAN8= cvsbug.8 +INFO_FILES= cvs cvsclient post-install: ${RM} -f ${PREFIX}/bin/cvs ${INSTALL_PROGRAM} ${WRKSRC}/src/cvs ${PREFIX}/bin/ - install-info --info-dir=${PREFIX}/info ${PREFIX}/info/cvs.info - install-info --info-dir=${PREFIX}/info ${PREFIX}/info/cvsclient.info ${SH} ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3