diff options
author | rillig <rillig> | 2006-09-06 09:08:55 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-09-06 09:08:55 +0000 |
commit | 43e6136e3808de761a9e9ba73552575da0cd4ce5 (patch) | |
tree | 618df3c7634e941a385d95f0f46daa6e5a8ac436 /devel/scmgit | |
parent | fddd1ca8bd3ae897a190a6493cf04e51b2899baf (diff) | |
download | pkgsrc-43e6136e3808de761a9e9ba73552575da0cd4ce5.tar.gz |
Fixed the PLIST. subprocess.py does not get installed. Noticed by wiz,
verified by me.
Diffstat (limited to 'devel/scmgit')
-rw-r--r-- | devel/scmgit/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/scmgit/PLIST b/devel/scmgit/PLIST index abf70c8f235..ea743b7515a 100644 --- a/devel/scmgit/PLIST +++ b/devel/scmgit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/02 17:11:07 rillig Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/09/06 09:08:55 rillig Exp $ bin/git bin/git-add bin/git-am @@ -240,7 +240,6 @@ man/man1/git-write-tree.1 man/man1/gitk.1 man/man7/git.7 share/git-core/python/gitMergeCommon.py -share/git-core/python/subprocess.py share/git-core/templates/description share/git-core/templates/hooks/applypatch-msg share/git-core/templates/hooks/commit-msg |