summaryrefslogtreecommitdiff
path: root/devel/cvs
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-04-17 09:37:21 +0000
committeragc <agc@pkgsrc.org>1998-04-17 09:37:21 +0000
commit5201e684973709478cd0e0f268310adadacc4284 (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /devel/cvs
parent9f424e887024bd828f9677f6a93441bdf95c2e6f (diff)
downloadpkgsrc-5201e684973709478cd0e0f268310adadacc4284.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/Makefile8
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"