diff options
author | agc <agc> | 1998-04-17 09:37:21 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-17 09:37:21 +0000 |
commit | 2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa (patch) | |
tree | 4de4a4b8d8e63fa381b709cba28651c135f8773b /devel/cvs | |
parent | ac9957923d47d6c048d6e17210f150a9560a23fa (diff) | |
download | pkgsrc-2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa.tar.gz |
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'devel/cvs')
-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" |