summaryrefslogtreecommitdiff
path: root/misc/git/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-08-03 00:12:30 +0000
committerseb <seb@pkgsrc.org>2003-08-03 00:12:30 +0000
commit4d2ebccdcbb904a866d1d3d1254b619ad2892bc4 (patch)
tree08d54a712d138bea6a26929395dbfeff28e23852 /misc/git/Makefile
parent58460f543e14ab86451e1923e016700e889e0e61 (diff)
downloadpkgsrc-4d2ebccdcbb904a866d1d3d1254b619ad2892bc4.tar.gz
Install documentation in a canonical pkgsrc directory.
Sort and clean PLIST. Bump PKGREVISION.
Diffstat (limited to 'misc/git/Makefile')
-rw-r--r--misc/git/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile
index ea9af764a89..7f7e30fd658 100644
--- a/misc/git/Makefile
+++ b/misc/git/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2003/08/03 00:02:44 seb Exp $
+# $NetBSD: Makefile,v 1.22 2003/08/03 00:12:30 seb Exp $
# FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp
#
DISTNAME= git-4.3.17
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU:=git/}
@@ -21,8 +22,4 @@ pre-install:
${WRKSRC}/term/.gitrc.cons25
(cd ${WRKSRC}/term ; ${PATCH} --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc
- ${MV} ${PREFIX}/lib/git/html ${PREFIX}/share/doc/git
-
.include "../../mk/bsd.pkg.mk"