diff options
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r-- | devel/cvs/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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" |