diff options
author | bjs <bjs@pkgsrc.org> | 2007-09-21 23:13:26 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-09-21 23:13:26 +0000 |
commit | db18ecc6db45d48698bd72d7de5635c679656772 (patch) | |
tree | 65292096e1387dd58df2eea4871a63a15cafabb1 /devel/scmgit/Makefile | |
parent | 509ff3a3f81ed609c8abcadfa30011455919cb77 (diff) | |
download | pkgsrc-db18ecc6db45d48698bd72d7de5635c679656772.tar.gz |
Update to version 1.5.3.2. See release notes in tarball for changes.
Added beginnings of emacs support; I intend on supporting this and
other stuff from ${WRKSRC}/contrib after the freeze.
Diffstat (limited to 'devel/scmgit/Makefile')
-rw-r--r-- | devel/scmgit/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/scmgit/Makefile b/devel/scmgit/Makefile index 92f1e565ba4..2c9c6692459 100644 --- a/devel/scmgit/Makefile +++ b/devel/scmgit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2007/09/11 09:23:54 bjs Exp $ +# $NetBSD: Makefile,v 1.17 2007/09/21 23:13:26 bjs Exp $ # -DISTNAME= git-1.5.3.1 +DISTNAME= git-1.5.3.2 PKGNAME= scm${DISTNAME} CATEGORIES= devel scm MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ @@ -59,6 +59,8 @@ PLIST_SUBST+= IF_NEEDS_SUBPROCESS_PY="" PLIST_SUBST+= IF_NEEDS_SUBPROCESS_PY="@comment " .endif +#.include "../../mk/emacs.mk" # XXX TODO (see patch-ad) + post-install: chmod 644 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/git*.1 chmod 644 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7/git*.7 |