summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorseb <seb>2003-08-03 00:02:44 +0000
committerseb <seb>2003-08-03 00:02:44 +0000
commit78ba2a6bf29481d92f2e472cc50b59d51e9414f8 (patch)
treee301d47419bf73d5d43fe6bd6be07e48962a6ced /misc
parent970fbfc85fa45dbde51a965b4fa89eb98b731647 (diff)
downloadpkgsrc-78ba2a6bf29481d92f2e472cc50b59d51e9414f8.tar.gz
Convert to USE_NEW_TEXINFO.
Remove not so perfect call to ${MAKE} in pre-install target to handle the info/ subdir, tune ALL_TARGET instead.
Diffstat (limited to 'misc')
-rw-r--r--misc/git/Makefile7
-rw-r--r--misc/git/PLIST4
2 files changed, 5 insertions, 6 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile
index 82fe942d477..ea9af764a89 100644
--- a/misc/git/Makefile
+++ b/misc/git/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/07/17 21:48:57 grant Exp $
+# $NetBSD: Makefile,v 1.21 2003/08/03 00:02:44 seb Exp $
# FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp
#
@@ -11,10 +11,12 @@ HOMEPAGE= http://www.cs.unh.edu/~tudor/git/
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
GNU_CONFIGURE= YES
+USE_NEW_TEXINFO= YES
INFO_FILES= git.info
+ALL_TARGET= all info
+
pre-install:
- (cd ${WRKSRC}/info ; ${MAKE} info )
${CP} ${WRKSRC}/term/.gitrc.ansi \
${WRKSRC}/term/.gitrc.cons25
(cd ${WRKSRC}/term ; ${PATCH} --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
@@ -23,5 +25,4 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc
${MV} ${PREFIX}/lib/git/html ${PREFIX}/share/doc/git
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/git/PLIST b/misc/git/PLIST
index 7907fc8435f..1b31048a4e6 100644
--- a/misc/git/PLIST
+++ b/misc/git/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:33 seb Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/08/03 00:02:44 seb Exp $
bin/git
bin/gitps
bin/gitview
@@ -13,12 +13,10 @@ bin/gitregrep
bin/gitrfgrep
bin/gitunpack
bin/gitmkdirs
-@unexec ${INSTALL_INFO} --delete %D/info/git.info %D/info/dir
info/git.info
info/git.info-1
info/git.info-2
info/git.info-3
-@exec ${INSTALL_INFO} %D/info/git.info %D/info/dir
lib/git/term/.gitrc.aixterm
lib/git/term/.gitrc.ansi
lib/git/term/.gitrc.common