pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/scmgit-base Add an @exec entry to PLIST to make ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fe6722d1f8d
branches:  trunk
changeset: 548417:5fe6722d1f8d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Oct 14 21:03:40 2008 +0000

description:
Add an @exec entry to PLIST to make the binary package work.

Bump PKGREVISION.

diffstat:

 devel/scmgit-base/Makefile |  4 ++--
 devel/scmgit-base/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 0e5bf1236bda -r 5fe6722d1f8d devel/scmgit-base/Makefile
--- a/devel/scmgit-base/Makefile        Tue Oct 14 19:23:27 2008 +0000
+++ b/devel/scmgit-base/Makefile        Tue Oct 14 21:03:40 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2008/10/11 09:31:55 uebayasi Exp $
+# $NetBSD: Makefile,v 1.14 2008/10/14 21:03:40 minskim Exp $
 #
 
 .include "../../devel/scmgit/Makefile.common"
 
 PKGNAME=               scmgit-base-${GIT_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 COMMENT=               GIT Tree History Storage Tool (base package)
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 0e5bf1236bda -r 5fe6722d1f8d devel/scmgit-base/PLIST
--- a/devel/scmgit-base/PLIST   Tue Oct 14 19:23:27 2008 +0000
+++ b/devel/scmgit-base/PLIST   Tue Oct 14 21:03:40 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2008/09/21 02:00:37 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2008/10/14 21:03:41 minskim Exp $
 bin/git
 bin/git-receive-pack
 bin/git-upload-archive
@@ -206,6 +206,7 @@
 ${PLIST.gui}share/gitk/lib/msgs/sv.msg
 @dirrm share/examples/scmgit/templates/hooks
 @dirrm share/examples/scmgit/templates/info
+@exec ${MKDIR} %D/share/examples/scmgit/templates/branches
 @dirrm share/examples/scmgit/templates/branches
 @dirrm share/examples/scmgit/templates
 @dirrm share/examples/scmgit



Home | Main Index | Thread Index | Old Index