summaryrefslogtreecommitdiff
path: root/misc/git
diff options
context:
space:
mode:
authoragc <agc>1998-04-17 09:37:21 +0000
committeragc <agc>1998-04-17 09:37:21 +0000
commit2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /misc/git
parentac9957923d47d6c048d6e17210f150a9560a23fa (diff)
downloadpkgsrc-2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa.tar.gz
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'misc/git')
-rw-r--r--misc/git/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile
index fec9560d42e..4b7aa587525 100644
--- a/misc/git/Makefile
+++ b/misc/git/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/04/15 10:38:35 agc Exp $
+# $NetBSD: Makefile,v 1.9 1998/04/17 09:37:24 agc Exp $
# FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp
#
@@ -8,12 +8,11 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= packages@netbsd.org
-RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd
MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 gitps.1 gitrgrep.1 \
gitunpack.1 gitview.1
+INFO_FILES= git
pre-install:
(cd ${WRKSRC}/info ; ${MAKE} info )
@@ -22,7 +21,6 @@ pre-install:
(cd ${WRKSRC}/term ; ${PATCH} --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
post-install:
- install-info ${PREFIX}/info/git.info ${PREFIX}/info/dir
${MKDIR} ${PREFIX}/share/doc
${MV} ${PREFIX}/lib/git/html ${PREFIX}/share/doc/git